Html Css Color HEX #B2000F Venetian Red

📋 copy color: '#B2000F'

red 178 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #B2000F

Tints of Venetian Red #B2000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.23%
G = 0%
B = 7.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2000F (or 0xB2000F) is known color: Venetian Red. HEX triplet: B2, 00 and 0F. RGB value is (178,0,15). Sum of RGB (Red+Green+Blue) = 178+0+15=193 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.23% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 178 - color contains mainly: red. Hex color #B2000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2000F is #4DFFF0. Grayscale: #373737. Windows color (decimal): -5111793 or 983218. OLE color: 983218.

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

Color convert

RGB 178 0 15 -
CMYK 0 1 0.92 0.30
HSL 354.94º 1% 0.35% -
HSV(B) 354.94º 1% 0.7% -
XYZ 18.45 9.5 1.31 -
YUV 54.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 178 0 15 0 1 0.92 0.30 354.94 1 0.35
Hex B2 0 F 0 64 5C 1E 163 64 23
Octal 262 0 17 0 144 134 36 543 144 43
Binary 10110010 0 1111 0 1100100 1011100 11110 101100011 1100100 100011

Color Harmonies of #B2000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2000F

Black with #B2000F

Text Example


Text Example

White with #B2000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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