Html Css Color HEX #B8122F Cardinal

📋 copy color: '#B8122F'

red 184 ◦ green 18 ◦ blue 47

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

Shades of Cardinal #B8122F

Tints of Cardinal #B8122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 73.9%
G = 7.23%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8122F (or 0xB8122F) is known color: Cardinal. HEX triplet: B8, 12 and 2F. RGB value is (184,18,47). Sum of RGB (Red+Green+Blue) = 184+18+47=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8122F is #47EDD0. Grayscale: #464646. Windows color (decimal): -4713937 or 3084984. OLE color: 3084984.

HSL color Cylindrical-coordinate representation of color #B8122F: hue angle of 349.52º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8122F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 47 -
CMYK 0 0.90 0.74 0.28
HSL 349.52º 0.82% 0.4% -
HSV(B) 349.52º 0.9% 0.72% -
XYZ 20.5 10.83 3.7 -
YUV 70.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 184 18 47 0 0.90 0.74 0.28 349.52 0.82 0.4
Hex B8 12 2F 0 5A 4A 1C 15E 52 28
Octal 270 22 57 0 132 112 34 536 122 50
Binary 10111000 10010 101111 0 1011010 1001010 11100 101011110 1010010 101000

Color Harmonies of #B8122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8122F

Black with #B8122F

Text Example


Text Example

White with #B8122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8122F; }

 p { color: rgb(184,18,47); }

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

background-color css

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

 a { background-color: rgb(184,18,47); }

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

border-color css

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

 span { border-color: rgb(184,18,47); }

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