Html Css Color HEX #B82932 Cardinal

📋 copy color: '#B82932'

red 184 ◦ green 41 ◦ blue 50

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

Shades of Cardinal #B82932

Tints of Cardinal #B82932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 66.91%
G = 14.91%
B = 18.18%

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

#B82932 (or 0xB82932) is known color: Cardinal. HEX triplet: B8, 29 and 32. RGB value is (184,41,50). Sum of RGB (Red+Green+Blue) = 184+41+50=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82932 is #47D6CD. Grayscale: #545454. Windows color (decimal): -4708046 or 3287480. OLE color: 3287480.

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

Color convert

RGB 184 41 50 -
CMYK 0 0.78 0.73 0.28
HSL 356.22º 0.64% 0.44% -
HSV(B) 356.22º 0.78% 0.72% -
XYZ 21.14 12.01 4.22 -
YUV 84.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 184 41 50 0 0.78 0.73 0.28 356.22 0.64 0.44
Hex B8 29 32 0 4E 49 1C 164 40 2C
Octal 270 51 62 0 116 111 34 544 100 54
Binary 10111000 101001 110010 0 1001110 1001001 11100 101100100 1000000 101100

Color Harmonies of #B82932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82932

Black with #B82932

Text Example


Text Example

White with #B82932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82932; }

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

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

background-color css

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

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

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

border-color css

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

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

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