Html Css Color HEX #B80E2D Cardinal

📋 copy color: '#B80E2D'

red 184 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #B80E2D

Tints of Cardinal #B80E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.76%

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 75.72%
G = 5.76%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B80E2D (or 0xB80E2D) is known color: Cardinal. HEX triplet: B8, 0E and 2D. RGB value is (184,14,45). Sum of RGB (Red+Green+Blue) = 184+14+45=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E2D is #47F1D2. Grayscale: #444444. Windows color (decimal): -4714963 or 2952888. OLE color: 2952888.

HSL color Cylindrical-coordinate representation of color #B80E2D: hue angle of 349.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 14 45 -
CMYK 0 0.92 0.76 0.28
HSL 349.06º 0.86% 0.39% -
HSV(B) 349.06º 0.92% 0.72% -
XYZ 20.4 10.69 3.47 -
YUV 68.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 184 14 45 0 0.92 0.76 0.28 349.06 0.86 0.39
Hex B8 E 2D 0 5C 4C 1C 15D 56 27
Octal 270 16 55 0 134 114 34 535 126 47
Binary 10111000 1110 101101 0 1011100 1001100 11100 101011101 1010110 100111

Color Harmonies of #B80E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80E2D

Black with #B80E2D

Text Example


Text Example

White with #B80E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80E2D; }

 p { color: rgb(184,14,45); }

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

background-color css

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

 a { background-color: rgb(184,14,45); }

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

border-color css

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

 span { border-color: rgb(184,14,45); }

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