Html Css Color HEX #B80B2A Cardinal

📋 copy color: '#B80B2A'

red 184 ◦ green 11 ◦ blue 42

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

Shades of Cardinal #B80B2A

Tints of Cardinal #B80B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 77.64%
G = 4.64%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B80B2A (or 0xB80B2A) is known color: Cardinal. HEX triplet: B8, 0B and 2A. RGB value is (184,11,42). Sum of RGB (Red+Green+Blue) = 184+11+42=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B2A is #47F4D5. Grayscale: #424242. Windows color (decimal): -4715734 or 2755512. OLE color: 2755512.

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

Color convert

RGB 184 11 42 -
CMYK 0 0.94 0.77 0.28
HSL 349.25º 0.89% 0.38% -
HSV(B) 349.25º 0.94% 0.72% -
XYZ 20.3 10.6 3.17 -
YUV 66.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 184 11 42 0 0.94 0.77 0.28 349.25 0.89 0.38
Hex B8 B 2A 0 5E 4D 1C 15D 59 26
Octal 270 13 52 0 136 115 34 535 131 46
Binary 10111000 1011 101010 0 1011110 1001101 11100 101011101 1011001 100110

Color Harmonies of #B80B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B2A

Black with #B80B2A

Text Example


Text Example

White with #B80B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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