Html Css Color HEX #B80936 Cardinal

📋 copy color: '#B80936'

red 184 ◦ green 9 ◦ blue 54

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

Shades of Cardinal #B80936

Tints of Cardinal #B80936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.86%

R = 74.49%
G = 3.64%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80936 (or 0xB80936) is known color: Cardinal. HEX triplet: B8, 09 and 36. RGB value is (184,9,54). Sum of RGB (Red+Green+Blue) = 184+9+54=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B80936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80936 is #47F6C9. Grayscale: #424242. Windows color (decimal): -4716234 or 3541432. OLE color: 3541432.

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

Color convert

RGB 184 9 54 -
CMYK 0 0.95 0.71 0.28
HSL 344.57º 0.91% 0.38% -
HSV(B) 344.57º 0.95% 0.72% -
XYZ 20.53 10.65 4.46 -
YUV 66.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 184 9 54 0 0.95 0.71 0.28 344.57 0.91 0.38
Hex B8 9 36 0 5F 47 1C 159 5B 26
Octal 270 11 66 0 137 107 34 531 133 46
Binary 10111000 1001 110110 0 1011111 1000111 11100 101011001 1011011 100110

Color Harmonies of #B80936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80936

Black with #B80936

Text Example


Text Example

White with #B80936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80936; }

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

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

background-color css

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

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

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

border-color css

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

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

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