Html Css Color HEX #B3112E Cardinal

📋 copy color: '#B3112E'

red 179 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #B3112E

Tints of Cardinal #B3112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.01%

R = 73.97%
G = 7.02%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3112E (or 0xB3112E) is known color: Cardinal. HEX triplet: B3, 11 and 2E. RGB value is (179,17,46). Sum of RGB (Red+Green+Blue) = 179+17+46=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3112E is #4CEED1. Grayscale: #444444. Windows color (decimal): -5041874 or 3019187. OLE color: 3019187.

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

Color convert

RGB 179 17 46 -
CMYK 0 0.91 0.74 0.30
HSL 349.26º 0.83% 0.38% -
HSV(B) 349.26º 0.91% 0.7% -
XYZ 19.28 10.18 3.53 -
YUV 68.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 179 17 46 0 0.91 0.74 0.30 349.26 0.83 0.38
Hex B3 11 2E 0 5B 4A 1E 15D 53 26
Octal 263 21 56 0 133 112 36 535 123 46
Binary 10110011 10001 101110 0 1011011 1001010 11110 101011101 1010011 100110

Color Harmonies of #B3112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3112E

Black with #B3112E

Text Example


Text Example

White with #B3112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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