Html Css Color HEX #B00A26 Venetian Red

📋 copy color: '#B00A26'

red 176 ◦ green 10 ◦ blue 38

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

Shades of Venetian Red #B00A26

Tints of Venetian Red #B00A26

RGB

 RED value IS 176 (69.14% from 255) = 78.57%

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 78.57%
G = 4.46%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B00A26 (or 0xB00A26) is known color: Venetian Red. HEX triplet: B0, 0A and 26. RGB value is (176,10,38). Sum of RGB (Red+Green+Blue) = 176+10+38=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00A26 is #4FF5D9. Grayscale: #3E3E3E. Windows color (decimal): -5240282 or 2493104. OLE color: 2493104.

HSL color Cylindrical-coordinate representation of color #B00A26: hue angle of 349.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A26 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 10 38 -
CMYK 0 0.94 0.78 0.31
HSL 349.88º 0.89% 0.36% -
HSV(B) 349.88º 0.94% 0.69% -
XYZ 18.36 9.59 2.72 -
YUV 62.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 176 10 38 0 0.94 0.78 0.31 349.88 0.89 0.36
Hex B0 A 26 0 5E 4E 1F 15E 59 24
Octal 260 12 46 0 136 116 37 536 131 44
Binary 10110000 1010 100110 0 1011110 1001110 11111 101011110 1011001 100100

Color Harmonies of #B00A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A26

Black with #B00A26

Text Example


Text Example

White with #B00A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A26; }

 p { color: rgb(176,10,38); }

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

background-color css

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

 a { background-color: rgb(176,10,38); }

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

border-color css

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

 span { border-color: rgb(176,10,38); }

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