Html Css Color HEX #B82931 Cardinal

📋 copy color: '#B82931'

red 184 ◦ green 41 ◦ blue 49

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

Shades of Cardinal #B82931

Tints of Cardinal #B82931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 67.15%
G = 14.96%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B82931 (or 0xB82931) is known color: Cardinal. HEX triplet: B8, 29 and 31. RGB value is (184,41,49). Sum of RGB (Red+Green+Blue) = 184+41+49=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B82931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82931 is #47D6CE. Grayscale: #545454. Windows color (decimal): -4708047 or 3221944. OLE color: 3221944.

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

Color convert

RGB 184 41 49 -
CMYK 0 0.78 0.73 0.28
HSL 356.64º 0.64% 0.44% -
HSV(B) 356.64º 0.78% 0.72% -
XYZ 21.11 12 4.11 -
YUV 84.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 184 41 49 0 0.78 0.73 0.28 356.64 0.64 0.44
Hex B8 29 31 0 4E 49 1C 165 40 2C
Octal 270 51 61 0 116 111 34 545 100 54
Binary 10111000 101001 110001 0 1001110 1001001 11100 101100101 1000000 101100

Color Harmonies of #B82931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82931

Black with #B82931

Text Example


Text Example

White with #B82931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82931; }

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

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

background-color css

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

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

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

border-color css

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

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

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