#B72330

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

Shades of Cardinal #B72330

Tints of Cardinal #B72330

Color information

#B72330 (or 0xB72330) is unknown color: approx Cardinal. HEX triplet: B7, 23 and 30. RGB value is (183,35,48). Sum of RGB (Red+Green+Blue) = 183+35+48=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B72330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72330 is #48DCCF. Grayscale: #505050. Windows color (decimal): -4775120 or 3154871. OLE color: 3154871.

HSL color Cylindrical-coordinate representation of color #B72330: hue angle of 354.73º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72330 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1833548-
CMYK00.810.740.28
HSL354.73º67.89%42.75%-
HSV(B)354.73º80.87%71.76%-
XYZ20.6611.483.92-
YUV80.73109.53200.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=68.80%
G=13.16%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183354800.810.740.28354.7367.8942.75
HexB723300514A1C163442b
Octal267436001211123454310453
Binary10110111100011110000010100011001010111001011000111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72330; }

 p { color: rgb(183,35,48); }

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

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

 a { background-color: rgb(183,35,48); }

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

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

 span { border-color: rgb(183,35,48); }

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