Html Css Color HEX #B72128 Cardinal

📋 copy color: '#B72128'

red 183 ◦ green 33 ◦ blue 40

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

Shades of Cardinal #B72128

Tints of Cardinal #B72128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 71.48%
G = 12.89%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72128 (or 0xB72128) is known color: Cardinal. HEX triplet: B7, 21 and 28. RGB value is (183,33,40). Sum of RGB (Red+Green+Blue) = 183+33+40=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B72128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72128 is #48DED7. Grayscale: #4E4E4E. Windows color (decimal): -4775640 or 2630071. OLE color: 2630071.

HSL color Cylindrical-coordinate representation of color #B72128: hue angle of 357.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72128 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 40 -
CMYK 0 0.82 0.78 0.28
HSL 357.2º 0.69% 0.42% -
HSV(B) 357.2º 0.82% 0.72% -
XYZ 20.46 11.31 3.11 -
YUV 78.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 183 33 40 0 0.82 0.78 0.28 357.2 0.69 0.42
Hex B7 21 28 0 52 4E 1C 165 45 2A
Octal 267 41 50 0 122 116 34 545 105 52
Binary 10110111 100001 101000 0 1010010 1001110 11100 101100101 1000101 101010

Color Harmonies of #B72128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72128

Black with #B72128

Text Example


Text Example

White with #B72128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72128; }

 p { color: rgb(183,33,40); }

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

background-color css

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

 a { background-color: rgb(183,33,40); }

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

border-color css

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

 span { border-color: rgb(183,33,40); }

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