Html Css Color HEX #B80932 Cardinal

📋 copy color: '#B80932'

red 184 ◦ green 9 ◦ blue 50

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

Shades of Cardinal #B80932

Tints of Cardinal #B80932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 75.72%
G = 3.7%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B80932 (or 0xB80932) is known color: Cardinal. HEX triplet: B8, 09 and 32. RGB value is (184,9,50). Sum of RGB (Red+Green+Blue) = 184+9+50=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B80932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80932 is #47F6CD. Grayscale: #424242. Windows color (decimal): -4716238 or 3279288. OLE color: 3279288.

HSL color Cylindrical-coordinate representation of color #B80932: hue angle of 345.94º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80932 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 50 -
CMYK 0 0.95 0.73 0.28
HSL 345.94º 0.91% 0.38% -
HSV(B) 345.94º 0.95% 0.72% -
XYZ 20.44 10.62 3.99 -
YUV 66 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 184 9 50 0 0.95 0.73 0.28 345.94 0.91 0.38
Hex B8 9 32 0 5F 49 1C 15A 5B 26
Octal 270 11 62 0 137 111 34 532 133 46
Binary 10111000 1001 110010 0 1011111 1001001 11100 101011010 1011011 100110

Color Harmonies of #B80932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80932

Black with #B80932

Text Example


Text Example

White with #B80932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80932; }

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

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

background-color css

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

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

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

border-color css

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

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

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