Html Css Color HEX #B8013E Cardinal

📋 copy color: '#B8013E'

red 184 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #B8013E

Tints of Cardinal #B8013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 74.49%
G = 0.4%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8013E (or 0xB8013E) is known color: Cardinal. HEX triplet: B8, 01 and 3E. RGB value is (184,1,62). Sum of RGB (Red+Green+Blue) = 184+1+62=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8013E is #47FEC1. Grayscale: #3E3E3E. Windows color (decimal): -4718274 or 4063672. OLE color: 4063672.

HSL color Cylindrical-coordinate representation of color #B8013E: hue angle of 340º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8013E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 62 -
CMYK 0 0.99 0.66 0.28
HSL 340º 0.99% 0.36% -
HSV(B) 340º 0.99% 0.72% -
XYZ 20.65 10.56 5.51 -
YUV 62.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 184 1 62 0 0.99 0.66 0.28 340 0.99 0.36
Hex B8 1 3E 0 63 42 1C 154 63 24
Octal 270 1 76 0 143 102 34 524 143 44
Binary 10111000 1 111110 0 1100011 1000010 11100 101010100 1100011 100100

Color Harmonies of #B8013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8013E

Black with #B8013E

Text Example


Text Example

White with #B8013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8013E; }

 p { color: rgb(184,1,62); }

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

background-color css

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

 a { background-color: rgb(184,1,62); }

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

border-color css

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

 span { border-color: rgb(184,1,62); }

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