Html Css Color HEX #B72043 Cardinal

📋 copy color: '#B72043'

red 183 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #B72043

Tints of Cardinal #B72043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 64.89%
G = 11.35%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72043 (or 0xB72043) is known color: Cardinal. HEX triplet: B7, 20 and 43. RGB value is (183,32,67). Sum of RGB (Red+Green+Blue) = 183+32+67=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B72043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72043 is #48DFBC. Grayscale: #515151. Windows color (decimal): -4775869 or 4399287. OLE color: 4399287.

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

Color convert

RGB 183 32 67 -
CMYK 0 0.83 0.63 0.28
HSL 346.09º 0.7% 0.42% -
HSV(B) 346.09º 0.83% 0.72% -
XYZ 21.06 11.51 6.42 -
YUV 81.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 183 32 67 0 0.83 0.63 0.28 346.09 0.7 0.42
Hex B7 20 43 0 53 3F 1C 15A 46 2A
Octal 267 40 103 0 123 77 34 532 106 52
Binary 10110111 100000 1000011 0 1010011 111111 11100 101011010 1000110 101010

Color Harmonies of #B72043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72043

Black with #B72043

Text Example


Text Example

White with #B72043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72043; }

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

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

background-color css

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

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

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

border-color css

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

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

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