Html Css Color HEX #B72138 Cardinal

📋 copy color: '#B72138'

red 183 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #B72138

Tints of Cardinal #B72138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 67.28%
G = 12.13%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B72138 (or 0xB72138) is known color: Cardinal. HEX triplet: B7, 21 and 38. RGB value is (183,33,56). Sum of RGB (Red+Green+Blue) = 183+33+56=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72138 is #48DEC7. Grayscale: #505050. Windows color (decimal): -4775624 or 3678647. OLE color: 3678647.

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

Color convert

RGB 183 33 56 -
CMYK 0 0.82 0.69 0.28
HSL 350.8º 0.69% 0.42% -
HSV(B) 350.8º 0.82% 0.72% -
XYZ 20.79 11.44 4.85 -
YUV 80.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 183 33 56 0 0.82 0.69 0.28 350.8 0.69 0.42
Hex B7 21 38 0 52 45 1C 15F 45 2A
Octal 267 41 70 0 122 105 34 537 105 52
Binary 10110111 100001 111000 0 1010010 1000101 11100 101011111 1000101 101010

Color Harmonies of #B72138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72138

Black with #B72138

Text Example


Text Example

White with #B72138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72138; }

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

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

background-color css

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

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

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

border-color css

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

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

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