Html Css Color HEX #B2040D Venetian Red

📋 copy color: '#B2040D'

red 178 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #B2040D

Tints of Venetian Red #B2040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 91.28%
G = 2.05%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2040D (or 0xB2040D) is known color: Venetian Red. HEX triplet: B2, 04 and 0D. RGB value is (178,4,13). Sum of RGB (Red+Green+Blue) = 178+4+13=195 (25% of max value = 765). Red value is 178 (69.92% from 255 or 91.28% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 178 - color contains mainly: red. Hex color #B2040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2040D is #4DFBF2. Grayscale: #393939. Windows color (decimal): -5110771 or 853170. OLE color: 853170.

HSL color Cylindrical-coordinate representation of color #B2040D: hue angle of 356.9º 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 #B2040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 13 -
CMYK 0 0.98 0.93 0.30
HSL 356.9º 0.96% 0.36% -
HSV(B) 356.9º 0.98% 0.7% -
XYZ 18.48 9.58 1.26 -
YUV 57.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 178 4 13 0 0.98 0.93 0.30 356.9 0.96 0.36
Hex B2 4 D 0 62 5D 1E 165 60 24
Octal 262 4 15 0 142 135 36 545 140 44
Binary 10110010 100 1101 0 1100010 1011101 11110 101100101 1100000 100100

Color Harmonies of #B2040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2040D

Black with #B2040D

Text Example


Text Example

White with #B2040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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