Html Css Color HEX #B82937 Cardinal

📋 copy color: '#B82937'

red 184 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #B82937

Tints of Cardinal #B82937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 65.71%
G = 14.64%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82937 (or 0xB82937) is known color: Cardinal. HEX triplet: B8, 29 and 37. RGB value is (184,41,55). Sum of RGB (Red+Green+Blue) = 184+41+55=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B82937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82937 is #47D6C8. Grayscale: #555555. Windows color (decimal): -4708041 or 3615160. OLE color: 3615160.

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

Color convert

RGB 184 41 55 -
CMYK 0 0.78 0.70 0.28
HSL 354.13º 0.64% 0.44% -
HSV(B) 354.13º 0.78% 0.72% -
XYZ 21.25 12.05 4.82 -
YUV 85.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 184 41 55 0 0.78 0.70 0.28 354.13 0.64 0.44
Hex B8 29 37 0 4E 46 1C 162 40 2C
Octal 270 51 67 0 116 106 34 542 100 54
Binary 10111000 101001 110111 0 1001110 1000110 11100 101100010 1000000 101100

Color Harmonies of #B82937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82937

Black with #B82937

Text Example


Text Example

White with #B82937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82937; }

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

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

background-color css

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

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

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

border-color css

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

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

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