Html Css Color HEX #B4012C Venetian Red

📋 copy color: '#B4012C'

red 180 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #B4012C

Tints of Venetian Red #B4012C

RGB

 RED value IS 180 (70.7% from 255) = 80%

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

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 80%
G = 0.44%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4012C (or 0xB4012C) is known color: Venetian Red. HEX triplet: B4, 01 and 2C. RGB value is (180,1,44). Sum of RGB (Red+Green+Blue) = 180+1+44=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B4012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4012C is #4BFED3. Grayscale: #3B3B3B. Windows color (decimal): -4980436 or 2884020. OLE color: 2884020.

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

Color convert

RGB 180 1 44 -
CMYK 0 0.99 0.76 0.29
HSL 345.59º 0.99% 0.35% -
HSV(B) 345.59º 0.99% 0.71% -
XYZ 19.29 9.91 3.28 -
YUV 59.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 180 1 44 0 0.99 0.76 0.29 345.59 0.99 0.35
Hex B4 1 2C 0 63 4C 1D 15A 63 23
Octal 264 1 54 0 143 114 35 532 143 43
Binary 10110100 1 101100 0 1100011 1001100 11101 101011010 1100011 100011

Color Harmonies of #B4012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4012C

Black with #B4012C

Text Example


Text Example

White with #B4012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4012C; }

 p { color: rgb(180,1,44); }

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

background-color css

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

 a { background-color: rgb(180,1,44); }

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

border-color css

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

 span { border-color: rgb(180,1,44); }

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