Html Css Color HEX #B2000A Venetian Red

📋 copy color: '#B2000A'

red 178 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #B2000A

Tints of Venetian Red #B2000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.32%

R = 94.68%
G = 0%
B = 5.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2000A (or 0xB2000A) is known color: Venetian Red. HEX triplet: B2, 00 and 0A. RGB value is (178,0,10). Sum of RGB (Red+Green+Blue) = 178+0+10=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B2000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2000A is #4DFFF5. Grayscale: #363636. Windows color (decimal): -5111798 or 655538. OLE color: 655538.

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

Color convert

RGB 178 0 10 -
CMYK 0 1 0.94 0.30
HSL 356.63º 1% 0.35% -
HSV(B) 356.63º 1% 0.7% -
XYZ 18.41 9.49 1.15 -
YUV 54.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 178 0 10 0 1 0.94 0.30 356.63 1 0.35
Hex B2 0 A 0 64 5E 1E 165 64 23
Octal 262 0 12 0 144 136 36 545 144 43
Binary 10110010 0 1010 0 1100100 1011110 11110 101100101 1100100 100011

Color Harmonies of #B2000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2000A

Black with #B2000A

Text Example


Text Example

White with #B2000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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