Html Css Color HEX #B72130 Cardinal

📋 copy color: '#B72130'

red 183 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #B72130

Tints of Cardinal #B72130

RGB

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

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

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

R = 69.32%
G = 12.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72130 (or 0xB72130) is known color: Cardinal. HEX triplet: B7, 21 and 30. RGB value is (183,33,48). Sum of RGB (Red+Green+Blue) = 183+33+48=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B72130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72130 is #48DECF. Grayscale: #4F4F4F. Windows color (decimal): -4775632 or 3154359. OLE color: 3154359.

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

Color convert

RGB 183 33 48 -
CMYK 0 0.82 0.74 0.28
HSL 354º 0.69% 0.42% -
HSV(B) 354º 0.82% 0.72% -
XYZ 20.61 11.37 3.9 -
YUV 79.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 183 33 48 0 0.82 0.74 0.28 354 0.69 0.42
Hex B7 21 30 0 52 4A 1C 162 45 2A
Octal 267 41 60 0 122 112 34 542 105 52
Binary 10110111 100001 110000 0 1010010 1001010 11100 101100010 1000101 101010

Color Harmonies of #B72130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72130

Black with #B72130

Text Example


Text Example

White with #B72130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72130; }

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

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

background-color css

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

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

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

border-color css

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

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

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