Html Css Color HEX #B82934 Cardinal

📋 copy color: '#B82934'

red 184 ◦ green 41 ◦ blue 52

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

Shades of Cardinal #B82934

Tints of Cardinal #B82934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 66.43%
G = 14.8%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B82934 (or 0xB82934) is known color: Cardinal. HEX triplet: B8, 29 and 34. RGB value is (184,41,52). Sum of RGB (Red+Green+Blue) = 184+41+52=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B82934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82934 is #47D6CB. Grayscale: #555555. Windows color (decimal): -4708044 or 3418552. OLE color: 3418552.

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

Color convert

RGB 184 41 52 -
CMYK 0 0.78 0.72 0.28
HSL 355.38º 0.64% 0.44% -
HSV(B) 355.38º 0.78% 0.72% -
XYZ 21.18 12.02 4.45 -
YUV 85.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 184 41 52 0 0.78 0.72 0.28 355.38 0.64 0.44
Hex B8 29 34 0 4E 48 1C 163 40 2C
Octal 270 51 64 0 116 110 34 543 100 54
Binary 10111000 101001 110100 0 1001110 1001000 11100 101100011 1000000 101100

Color Harmonies of #B82934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82934

Black with #B82934

Text Example


Text Example

White with #B82934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82934; }

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

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

background-color css

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

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

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

border-color css

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

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

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