Html Css Color HEX #B3012A Venetian Red

📋 copy color: '#B3012A'

red 179 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #B3012A

Tints of Venetian Red #B3012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 80.63%
G = 0.45%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3012A (or 0xB3012A) is known color: Venetian Red. HEX triplet: B3, 01 and 2A. RGB value is (179,1,42). Sum of RGB (Red+Green+Blue) = 179+1+42=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B3012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3012A is #4CFED5. Grayscale: #3A3A3A. Windows color (decimal): -5045974 or 2752947. OLE color: 2752947.

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

Color convert

RGB 179 1 42 -
CMYK 0 0.99 0.77 0.30
HSL 346.18º 0.99% 0.35% -
HSV(B) 346.18º 0.99% 0.7% -
XYZ 19.02 9.77 3.07 -
YUV 58.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 179 1 42 0 0.99 0.77 0.30 346.18 0.99 0.35
Hex B3 1 2A 0 63 4D 1E 15A 63 23
Octal 263 1 52 0 143 115 36 532 143 43
Binary 10110011 1 101010 0 1100011 1001101 11110 101011010 1100011 100011

Color Harmonies of #B3012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3012A

Black with #B3012A

Text Example


Text Example

White with #B3012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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