Html Css Color HEX #B72A32 Cardinal

📋 copy color: '#B72A32'

red 183 ◦ green 42 ◦ blue 50

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

Shades of Cardinal #B72A32

Tints of Cardinal #B72A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 66.55%
G = 15.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72A32 (or 0xB72A32) is known color: Cardinal. HEX triplet: B7, 2A and 32. RGB value is (183,42,50). Sum of RGB (Red+Green+Blue) = 183+42+50=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A32 is #48D5CD. Grayscale: #555555. Windows color (decimal): -4773326 or 3287735. OLE color: 3287735.

HSL color Cylindrical-coordinate representation of color #B72A32: hue angle of 356.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A32 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 42 50 -
CMYK 0 0.77 0.73 0.28
HSL 356.6º 0.63% 0.44% -
HSV(B) 356.6º 0.77% 0.72% -
XYZ 20.93 11.95 4.22 -
YUV 85.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 183 42 50 0 0.77 0.73 0.28 356.6 0.63 0.44
Hex B7 2A 32 0 4D 49 1C 165 3F 2C
Octal 267 52 62 0 115 111 34 545 77 54
Binary 10110111 101010 110010 0 1001101 1001001 11100 101100101 111111 101100

Color Harmonies of #B72A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A32

Black with #B72A32

Text Example


Text Example

White with #B72A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A32; }

 p { color: rgb(183,42,50); }

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

background-color css

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

 a { background-color: rgb(183,42,50); }

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

border-color css

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

 span { border-color: rgb(183,42,50); }

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