Html Css Color HEX #B72030 Cardinal

📋 copy color: '#B72030'

red 183 ◦ green 32 ◦ blue 48

#B72030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B72030

Tints of Cardinal #B72030

RGB

 RED value IS 183 (71.88% from 255) = 69.58%

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 69.58%
G = 12.17%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72030 (or 0xB72030) is known color: Cardinal. HEX triplet: B7, 20 and 30. RGB value is (183,32,48). Sum of RGB (Red+Green+Blue) = 183+32+48=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B72030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72030 is #48DFCF. Grayscale: #4F4F4F. Windows color (decimal): -4775888 or 3154103. OLE color: 3154103.

HSL color Cylindrical-coordinate representation of color #B72030: hue angle of 353.64º 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 #B72030 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 48 -
CMYK 0 0.83 0.74 0.28
HSL 353.64º 0.7% 0.42% -
HSV(B) 353.64º 0.83% 0.72% -
XYZ 20.58 11.31 3.9 -
YUV 78.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 183 32 48 0 0.83 0.74 0.28 353.64 0.7 0.42
Hex B7 20 30 0 53 4A 1C 162 46 2A
Octal 267 40 60 0 123 112 34 542 106 52
Binary 10110111 100000 110000 0 1010011 1001010 11100 101100010 1000110 101010

Color Harmonies of #B72030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72030

Black with #B72030

Text Example


Text Example

White with #B72030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72030; }

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

 H1.HeaderClassName
 {
   color: #B72030;
 }
 .AnyTagClassName
 {
   color: #B72030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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