#B7203E

Color #B7203E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B7203E

Tints of Cardinal #B7203E

Color information

#B7203E (or 0xB7203E) is unknown color: approx Cardinal. HEX triplet: B7, 20 and 3E. RGB value is (183,32,62). Sum of RGB (Red+Green+Blue) = 183+32+62=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203E is #48DFC1. Grayscale: #505050. Windows color (decimal): -4775874 or 4071607. OLE color: 4071607.

HSL color Cylindrical-coordinate representation of color #B7203E: hue angle of 348.08º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7203E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1833262-
CMYK00.830.660.28
HSL348.08º70.23%42.16%-
HSV(B)348.08º82.51%71.76%-
XYZ20.9111.455.66-
YUV80.57117.53201.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=66.06%
G=11.55%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183326200.830.660.28348.0870.2342.16
HexB7203E053421C15c462a
Octal267407601231023453410652
Binary10110111100000111110010100111000010111001010111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7203E; }

 p { color: rgb(183,32,62); }

 H1.HeaderClassName
 {
   color: #B7203E;
 }
 .AnyTagClassName
 {
   color: #B7203E;
 }
</style>
background-color css

<style>
 a { background-color: #B7203E; }

 a { background-color: rgb(183,32,62); }

 div.DivClassName
 {
   background-color: #B7203E;
 }
 .BgClassName
 {
   background-color: #B7203E;
 }
</style>
border-color css

<style>
 span { border-color: #B7203E; }

 span { border-color: rgb(183,32,62); }

 td.TdClassName
 {
   border-color: #B7203E;
 }
 .TagClassName
 {
   border-color: #B7203E;
 }
</style>