Html Css Color HEX #B80935 Cardinal

📋 copy color: '#B80935'

red 184 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #B80935

Tints of Cardinal #B80935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 74.8%
G = 3.66%
B = 21.54%

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

#B80935 (or 0xB80935) is known color: Cardinal. HEX triplet: B8, 09 and 35. RGB value is (184,9,53). Sum of RGB (Red+Green+Blue) = 184+9+53=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B80935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80935 is #47F6CA. Grayscale: #424242. Windows color (decimal): -4716235 or 3475896. OLE color: 3475896.

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

Color convert

RGB 184 9 53 -
CMYK 0 0.95 0.71 0.28
HSL 344.91º 0.91% 0.38% -
HSV(B) 344.91º 0.95% 0.72% -
XYZ 20.51 10.64 4.34 -
YUV 66.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 184 9 53 0 0.95 0.71 0.28 344.91 0.91 0.38
Hex B8 9 35 0 5F 47 1C 159 5B 26
Octal 270 11 65 0 137 107 34 531 133 46
Binary 10111000 1001 110101 0 1011111 1000111 11100 101011001 1011011 100110

Color Harmonies of #B80935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80935

Black with #B80935

Text Example


Text Example

White with #B80935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80935; }

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

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

background-color css

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

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

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

border-color css

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

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

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