Html Css Color HEX #B00C28 Venetian Red

📋 copy color: '#B00C28'

red 176 ◦ green 12 ◦ blue 40

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

Shades of Venetian Red #B00C28

Tints of Venetian Red #B00C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.26%

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 77.19%
G = 5.26%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B00C28 (or 0xB00C28) is known color: Venetian Red. HEX triplet: B0, 0C and 28. RGB value is (176,12,40). Sum of RGB (Red+Green+Blue) = 176+12+40=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C28 is #4FF3D7. Grayscale: #404040. Windows color (decimal): -5239768 or 2624688. OLE color: 2624688.

HSL color Cylindrical-coordinate representation of color #B00C28: hue angle of 349.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C28 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 40 -
CMYK 0 0.93 0.77 0.31
HSL 349.76º 0.87% 0.37% -
HSV(B) 349.76º 0.93% 0.69% -
XYZ 18.42 9.65 2.9 -
YUV 64.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 176 12 40 0 0.93 0.77 0.31 349.76 0.87 0.37
Hex B0 C 28 0 5D 4D 1F 15E 57 25
Octal 260 14 50 0 135 115 37 536 127 45
Binary 10110000 1100 101000 0 1011101 1001101 11111 101011110 1010111 100101

Color Harmonies of #B00C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C28

Black with #B00C28

Text Example


Text Example

White with #B00C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C28; }

 p { color: rgb(176,12,40); }

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

background-color css

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

 a { background-color: rgb(176,12,40); }

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

border-color css

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

 span { border-color: rgb(176,12,40); }

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