Html Css Color HEX #B2010D Venetian Red

📋 copy color: '#B2010D'

red 178 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #B2010D

Tints of Venetian Red #B2010D

RGB

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

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

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

R = 92.71%
G = 0.52%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2010D (or 0xB2010D) is known color: Venetian Red. HEX triplet: B2, 01 and 0D. RGB value is (178,1,13). Sum of RGB (Red+Green+Blue) = 178+1+13=192 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.71% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 178 - color contains mainly: red. Hex color #B2010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2010D is #4DFEF2. Grayscale: #373737. Windows color (decimal): -5111539 or 852402. OLE color: 852402.

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

Color convert

RGB 178 1 13 -
CMYK 0 0.99 0.93 0.30
HSL 355.93º 0.99% 0.35% -
HSV(B) 355.93º 0.99% 0.7% -
XYZ 18.44 9.52 1.25 -
YUV 55.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 178 1 13 0 0.99 0.93 0.30 355.93 0.99 0.35
Hex B2 1 D 0 63 5D 1E 164 63 23
Octal 262 1 15 0 143 135 36 544 143 43
Binary 10110010 1 1101 0 1100011 1011101 11110 101100100 1100011 100011

Color Harmonies of #B2010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2010D

Black with #B2010D

Text Example


Text Example

White with #B2010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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