Html Css Color HEX #B80C2A Cardinal

📋 copy color: '#B80C2A'

red 184 ◦ green 12 ◦ blue 42

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

Shades of Cardinal #B80C2A

Tints of Cardinal #B80C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

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

R = 77.31%
G = 5.04%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B80C2A (or 0xB80C2A) is known color: Cardinal. HEX triplet: B8, 0C and 2A. RGB value is (184,12,42). Sum of RGB (Red+Green+Blue) = 184+12+42=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80C2A is #47F3D5. Grayscale: #424242. Windows color (decimal): -4715478 or 2755768. OLE color: 2755768.

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

Color convert

RGB 184 12 42 -
CMYK 0 0.93 0.77 0.28
HSL 349.53º 0.88% 0.38% -
HSV(B) 349.53º 0.93% 0.72% -
XYZ 20.32 10.62 3.17 -
YUV 66.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 184 12 42 0 0.93 0.77 0.28 349.53 0.88 0.38
Hex B8 C 2A 0 5D 4D 1C 15E 58 26
Octal 270 14 52 0 135 115 34 536 130 46
Binary 10111000 1100 101010 0 1011101 1001101 11100 101011110 1011000 100110

Color Harmonies of #B80C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80C2A

Black with #B80C2A

Text Example


Text Example

White with #B80C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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