Html Css Color HEX #B8114A Cardinal

📋 copy color: '#B8114A'

red 184 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #B8114A

Tints of Cardinal #B8114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 66.91%
G = 6.18%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8114A (or 0xB8114A) is known color: Cardinal. HEX triplet: B8, 11 and 4A. RGB value is (184,17,74). Sum of RGB (Red+Green+Blue) = 184+17+74=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8114A is #47EEB5. Grayscale: #494949. Windows color (decimal): -4714166 or 4854200. OLE color: 4854200.

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

Color convert

RGB 184 17 74 -
CMYK 0 0.91 0.60 0.28
HSL 339.52º 0.83% 0.39% -
HSV(B) 339.52º 0.91% 0.72% -
XYZ 21.2 11.09 7.5 -
YUV 73.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 184 17 74 0 0.91 0.60 0.28 339.52 0.83 0.39
Hex B8 11 4A 0 5B 3C 1C 154 53 27
Octal 270 21 112 0 133 74 34 524 123 47
Binary 10111000 10001 1001010 0 1011011 111100 11100 101010100 1010011 100111

Color Harmonies of #B8114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8114A

Black with #B8114A

Text Example


Text Example

White with #B8114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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