Html Css Color HEX #B80B2F Cardinal

📋 copy color: '#B80B2F'

red 184 ◦ green 11 ◦ blue 47

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

Shades of Cardinal #B80B2F

Tints of Cardinal #B80B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.55%

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 76.03%
G = 4.55%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B80B2F (or 0xB80B2F) is known color: Cardinal. HEX triplet: B8, 0B and 2F. RGB value is (184,11,47). Sum of RGB (Red+Green+Blue) = 184+11+47=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B2F is #47F4D0. Grayscale: #424242. Windows color (decimal): -4715729 or 3083192. OLE color: 3083192.

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

Color convert

RGB 184 11 47 -
CMYK 0 0.94 0.74 0.28
HSL 347.51º 0.89% 0.38% -
HSV(B) 347.51º 0.94% 0.72% -
XYZ 20.4 10.63 3.67 -
YUV 66.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 184 11 47 0 0.94 0.74 0.28 347.51 0.89 0.38
Hex B8 B 2F 0 5E 4A 1C 15C 59 26
Octal 270 13 57 0 136 112 34 534 131 46
Binary 10111000 1011 101111 0 1011110 1001010 11100 101011100 1011001 100110

Color Harmonies of #B80B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B2F

Black with #B80B2F

Text Example


Text Example

White with #B80B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B2F; }

 p { color: rgb(184,11,47); }

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

background-color css

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

 a { background-color: rgb(184,11,47); }

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

border-color css

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

 span { border-color: rgb(184,11,47); }

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