Html Css Color HEX #B82737 Cardinal

📋 copy color: '#B82737'

red 184 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #B82737

Tints of Cardinal #B82737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 66.19%
G = 14.03%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82737 (or 0xB82737) is known color: Cardinal. HEX triplet: B8, 27 and 37. RGB value is (184,39,55). Sum of RGB (Red+Green+Blue) = 184+39+55=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B82737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82737 is #47D8C8. Grayscale: #545454. Windows color (decimal): -4708553 or 3614648. OLE color: 3614648.

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

Color convert

RGB 184 39 55 -
CMYK 0 0.79 0.70 0.28
HSL 353.38º 0.65% 0.44% -
HSV(B) 353.38º 0.79% 0.72% -
XYZ 21.18 11.92 4.8 -
YUV 84.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 184 39 55 0 0.79 0.70 0.28 353.38 0.65 0.44
Hex B8 27 37 0 4F 46 1C 161 41 2C
Octal 270 47 67 0 117 106 34 541 101 54
Binary 10111000 100111 110111 0 1001111 1000110 11100 101100001 1000001 101100

Color Harmonies of #B82737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82737

Black with #B82737

Text Example


Text Example

White with #B82737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82737; }

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

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

background-color css

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

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

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

border-color css

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

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

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