Html Css Color HEX #B3112A Cardinal

📋 copy color: '#B3112A'

red 179 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #B3112A

Tints of Cardinal #B3112A

RGB

 RED value IS 179 (70.31% from 255) = 75.21%

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

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 75.21%
G = 7.14%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3112A (or 0xB3112A) is known color: Cardinal. HEX triplet: B3, 11 and 2A. RGB value is (179,17,42). Sum of RGB (Red+Green+Blue) = 179+17+42=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B3112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3112A is #4CEED5. Grayscale: #444444. Windows color (decimal): -5041878 or 2757043. OLE color: 2757043.

HSL color Cylindrical-coordinate representation of color #B3112A: hue angle of 350.74º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3112A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 42 -
CMYK 0 0.91 0.77 0.30
HSL 350.74º 0.83% 0.38% -
HSV(B) 350.74º 0.91% 0.7% -
XYZ 19.21 10.15 3.14 -
YUV 68.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 179 17 42 0 0.91 0.77 0.30 350.74 0.83 0.38
Hex B3 11 2A 0 5B 4D 1E 15F 53 26
Octal 263 21 52 0 133 115 36 537 123 46
Binary 10110011 10001 101010 0 1011011 1001101 11110 101011111 1010011 100110

Color Harmonies of #B3112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3112A

Black with #B3112A

Text Example


Text Example

White with #B3112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3112A; }

 p { color: rgb(179,17,42); }

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

background-color css

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

 a { background-color: rgb(179,17,42); }

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

border-color css

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

 span { border-color: rgb(179,17,42); }

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