Html Css Color HEX #B82337 Cardinal

📋 copy color: '#B82337'

red 184 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #B82337

Tints of Cardinal #B82337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 67.15%
G = 12.77%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82337 (or 0xB82337) is known color: Cardinal. HEX triplet: B8, 23 and 37. RGB value is (184,35,55). Sum of RGB (Red+Green+Blue) = 184+35+55=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B82337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82337 is #47DCC8. Grayscale: #515151. Windows color (decimal): -4709577 or 3613624. OLE color: 3613624.

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

Color convert

RGB 184 35 55 -
CMYK 0 0.81 0.70 0.28
HSL 351.95º 0.68% 0.43% -
HSV(B) 351.95º 0.81% 0.72% -
XYZ 21.06 11.67 4.76 -
YUV 81.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 184 35 55 0 0.81 0.70 0.28 351.95 0.68 0.43
Hex B8 23 37 0 51 46 1C 160 44 2B
Octal 270 43 67 0 121 106 34 540 104 53
Binary 10111000 100011 110111 0 1010001 1000110 11100 101100000 1000100 101011

Color Harmonies of #B82337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82337

Black with #B82337

Text Example


Text Example

White with #B82337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82337; }

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

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

background-color css

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

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

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

border-color css

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

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

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