Html Css Color HEX #B72636 Cardinal

📋 copy color: '#B72636'

red 183 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #B72636

Tints of Cardinal #B72636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 66.55%
G = 13.82%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72636 (or 0xB72636) is known color: Cardinal. HEX triplet: B7, 26 and 36. RGB value is (183,38,54). Sum of RGB (Red+Green+Blue) = 183+38+54=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B72636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72636 is #48D9C9. Grayscale: #535353. Windows color (decimal): -4774346 or 3548855. OLE color: 3548855.

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

Color convert

RGB 183 38 54 -
CMYK 0 0.79 0.70 0.28
HSL 353.38º 0.66% 0.43% -
HSV(B) 353.38º 0.79% 0.72% -
XYZ 20.89 11.72 4.65 -
YUV 83.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 183 38 54 0 0.79 0.70 0.28 353.38 0.66 0.43
Hex B7 26 36 0 4F 46 1C 161 42 2B
Octal 267 46 66 0 117 106 34 541 102 53
Binary 10110111 100110 110110 0 1001111 1000110 11100 101100001 1000010 101011

Color Harmonies of #B72636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72636

Black with #B72636

Text Example


Text Example

White with #B72636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72636; }

 p { color: rgb(183,38,54); }

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

background-color css

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

 a { background-color: rgb(183,38,54); }

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

border-color css

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

 span { border-color: rgb(183,38,54); }

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