Html Css Color HEX #B82933 Cardinal

📋 copy color: '#B82933'

red 184 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B82933

Tints of Cardinal #B82933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 66.67%
G = 14.86%
B = 18.48%

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

#B82933 (or 0xB82933) is known color: Cardinal. HEX triplet: B8, 29 and 33. RGB value is (184,41,51). Sum of RGB (Red+Green+Blue) = 184+41+51=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82933 is #47D6CC. Grayscale: #545454. Windows color (decimal): -4708045 or 3353016. OLE color: 3353016.

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

Color convert

RGB 184 41 51 -
CMYK 0 0.78 0.72 0.28
HSL 355.8º 0.64% 0.44% -
HSV(B) 355.8º 0.78% 0.72% -
XYZ 21.16 12.02 4.34 -
YUV 84.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 184 41 51 0 0.78 0.72 0.28 355.8 0.64 0.44
Hex B8 29 33 0 4E 48 1C 164 40 2C
Octal 270 51 63 0 116 110 34 544 100 54
Binary 10111000 101001 110011 0 1001110 1001000 11100 101100100 1000000 101100

Color Harmonies of #B82933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82933

Black with #B82933

Text Example


Text Example

White with #B82933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82933; }

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

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

background-color css

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

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

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

border-color css

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

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

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