Html Css Color HEX #B4020C Venetian Red

📋 copy color: '#B4020C'

red 180 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #B4020C

Tints of Venetian Red #B4020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 92.78%
G = 1.03%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4020C (or 0xB4020C) is known color: Venetian Red. HEX triplet: B4, 02 and 0C. RGB value is (180,2,12). Sum of RGB (Red+Green+Blue) = 180+2+12=194 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.78% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 180 - color contains mainly: red. Hex color #B4020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4020C is #4BFDF3. Grayscale: #383838. Windows color (decimal): -4980212 or 787124. OLE color: 787124.

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

Color convert

RGB 180 2 12 -
CMYK 0 0.99 0.93 0.29
HSL 356.63º 0.98% 0.36% -
HSV(B) 356.63º 0.99% 0.71% -
XYZ 18.91 9.77 1.24 -
YUV 56.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 180 2 12 0 0.99 0.93 0.29 356.63 0.98 0.36
Hex B4 2 C 0 63 5D 1D 165 62 24
Octal 264 2 14 0 143 135 35 545 142 44
Binary 10110100 10 1100 0 1100011 1011101 11101 101100101 1100010 100100

Color Harmonies of #B4020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4020C

Black with #B4020C

Text Example


Text Example

White with #B4020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4020C; }

 p { color: rgb(180,2,12); }

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

background-color css

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

 a { background-color: rgb(180,2,12); }

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

border-color css

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

 span { border-color: rgb(180,2,12); }

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