Html Css Color HEX #B82137 Cardinal

📋 copy color: '#B82137'

red 184 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #B82137

Tints of Cardinal #B82137

RGB

 RED value IS 184 (72.27% from 255) = 67.65%

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

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 67.65%
G = 12.13%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82137 (or 0xB82137) is known color: Cardinal. HEX triplet: B8, 21 and 37. RGB value is (184,33,55). Sum of RGB (Red+Green+Blue) = 184+33+55=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B82137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82137 is #47DEC8. Grayscale: #505050. Windows color (decimal): -4710089 or 3613112. OLE color: 3613112.

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

Color convert

RGB 184 33 55 -
CMYK 0 0.82 0.70 0.28
HSL 351.26º 0.7% 0.43% -
HSV(B) 351.26º 0.82% 0.72% -
XYZ 21 11.55 4.74 -
YUV 80.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 184 33 55 0 0.82 0.70 0.28 351.26 0.7 0.43
Hex B8 21 37 0 52 46 1C 15F 46 2B
Octal 270 41 67 0 122 106 34 537 106 53
Binary 10111000 100001 110111 0 1010010 1000110 11100 101011111 1000110 101011

Color Harmonies of #B82137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82137

Black with #B82137

Text Example


Text Example

White with #B82137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82137; }

 p { color: rgb(184,33,55); }

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

background-color css

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

 a { background-color: rgb(184,33,55); }

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

border-color css

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

 span { border-color: rgb(184,33,55); }

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