Html Css Color HEX #B2040F Venetian Red

📋 copy color: '#B2040F'

red 178 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #B2040F

Tints of Venetian Red #B2040F

RGB

 RED value IS 178 (69.92% from 255) = 90.36%

 GREEN value IS 4 (1.95% from 255) = 2.03%

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 90.36%
G = 2.03%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2040F (or 0xB2040F) is known color: Venetian Red. HEX triplet: B2, 04 and 0F. RGB value is (178,4,15). Sum of RGB (Red+Green+Blue) = 178+4+15=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B2040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2040F is #4DFBF0. Grayscale: #393939. Windows color (decimal): -5110769 or 984242. OLE color: 984242.

HSL color Cylindrical-coordinate representation of color #B2040F: hue angle of 356.21º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2040F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 15 -
CMYK 0 0.98 0.92 0.30
HSL 356.21º 0.96% 0.36% -
HSV(B) 356.21º 0.98% 0.7% -
XYZ 18.49 9.59 1.33 -
YUV 57.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 178 4 15 0 0.98 0.92 0.30 356.21 0.96 0.36
Hex B2 4 F 0 62 5C 1E 164 60 24
Octal 262 4 17 0 142 134 36 544 140 44
Binary 10110010 100 1111 0 1100010 1011100 11110 101100100 1100000 100100

Color Harmonies of #B2040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2040F

Black with #B2040F

Text Example


Text Example

White with #B2040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2040F; }

 p { color: rgb(178,4,15); }

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

background-color css

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

 a { background-color: rgb(178,4,15); }

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

border-color css

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

 span { border-color: rgb(178,4,15); }

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