Html Css Color HEX #B8113E Cardinal

📋 copy color: '#B8113E'

red 184 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #B8113E

Tints of Cardinal #B8113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 69.96%
G = 6.46%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8113E (or 0xB8113E) is known color: Cardinal. HEX triplet: B8, 11 and 3E. RGB value is (184,17,62). Sum of RGB (Red+Green+Blue) = 184+17+62=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8113E is #47EEC1. Grayscale: #484848. Windows color (decimal): -4714178 or 4067768. OLE color: 4067768.

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

Color convert

RGB 184 17 62 -
CMYK 0 0.91 0.66 0.28
HSL 343.83º 0.83% 0.39% -
HSV(B) 343.83º 0.91% 0.72% -
XYZ 20.84 10.94 5.57 -
YUV 72.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 184 17 62 0 0.91 0.66 0.28 343.83 0.83 0.39
Hex B8 11 3E 0 5B 42 1C 158 53 27
Octal 270 21 76 0 133 102 34 530 123 47
Binary 10111000 10001 111110 0 1011011 1000010 11100 101011000 1010011 100111

Color Harmonies of #B8113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8113E

Black with #B8113E

Text Example


Text Example

White with #B8113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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