Html Css Color HEX #B2010F Venetian Red

📋 copy color: '#B2010F'

red 178 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B2010F

Tints of Venetian Red #B2010F

RGB

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

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

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

R = 91.75%
G = 0.52%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2010F (or 0xB2010F) is known color: Venetian Red. HEX triplet: B2, 01 and 0F. RGB value is (178,1,15). Sum of RGB (Red+Green+Blue) = 178+1+15=194 (25% of max value = 765). Red value is 178 (69.92% from 255 or 91.75% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 178 - color contains mainly: red. Hex color #B2010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2010F is #4DFEF0. Grayscale: #373737. Windows color (decimal): -5111537 or 983474. OLE color: 983474.

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

Color convert

RGB 178 1 15 -
CMYK 0 0.99 0.92 0.30
HSL 355.25º 0.99% 0.35% -
HSV(B) 355.25º 0.99% 0.7% -
XYZ 18.46 9.52 1.32 -
YUV 55.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 178 1 15 0 0.99 0.92 0.30 355.25 0.99 0.35
Hex B2 1 F 0 63 5C 1E 163 63 23
Octal 262 1 17 0 143 134 36 543 143 43
Binary 10110010 1 1111 0 1100011 1011100 11110 101100011 1100011 100011

Color Harmonies of #B2010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2010F

Black with #B2010F

Text Example


Text Example

White with #B2010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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