Html Css Color HEX #B4020E Venetian Red

📋 copy color: '#B4020E'

red 180 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #B4020E

Tints of Venetian Red #B4020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 91.84%
G = 1.02%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4020E (or 0xB4020E) is known color: Venetian Red. HEX triplet: B4, 02 and 0E. RGB value is (180,2,14). Sum of RGB (Red+Green+Blue) = 180+2+14=196 (25% of max value = 765). Red value is 180 (70.70% from 255 or 91.84% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 180 - color contains mainly: red. Hex color #B4020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4020E is #4BFDF1. Grayscale: #383838. Windows color (decimal): -4980210 or 918196. OLE color: 918196.

HSL color Cylindrical-coordinate representation of color #B4020E: hue angle of 355.96º 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 #B4020E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 14 -
CMYK 0 0.99 0.92 0.29
HSL 355.96º 0.98% 0.36% -
HSV(B) 355.96º 0.99% 0.71% -
XYZ 18.92 9.78 1.31 -
YUV 56.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 180 2 14 0 0.99 0.92 0.29 355.96 0.98 0.36
Hex B4 2 E 0 63 5C 1D 164 62 24
Octal 264 2 16 0 143 134 35 544 142 44
Binary 10110100 10 1110 0 1100011 1011100 11101 101100100 1100010 100100

Color Harmonies of #B4020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4020E

Black with #B4020E

Text Example


Text Example

White with #B4020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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