Html Css Color HEX #B30C28 Venetian Red

📋 copy color: '#B30C28'

red 179 ◦ green 12 ◦ blue 40

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

Shades of Venetian Red #B30C28

Tints of Venetian Red #B30C28

RGB

 RED value IS 179 (70.31% from 255) = 77.49%

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

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

R = 77.49%
G = 5.19%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B30C28 (or 0xB30C28) is known color: Venetian Red. HEX triplet: B3, 0C and 28. RGB value is (179,12,40). Sum of RGB (Red+Green+Blue) = 179+12+40=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C28 is #4CF3D7. Grayscale: #414141. Windows color (decimal): -5043160 or 2624691. OLE color: 2624691.

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

Color convert

RGB 179 12 40 -
CMYK 0 0.93 0.78 0.30
HSL 349.94º 0.87% 0.37% -
HSV(B) 349.94º 0.93% 0.7% -
XYZ 19.1 10 2.93 -
YUV 65.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 179 12 40 0 0.93 0.78 0.30 349.94 0.87 0.37
Hex B3 C 28 0 5D 4E 1E 15E 57 25
Octal 263 14 50 0 135 116 36 536 127 45
Binary 10110011 1100 101000 0 1011101 1001110 11110 101011110 1010111 100101

Color Harmonies of #B30C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C28

Black with #B30C28

Text Example


Text Example

White with #B30C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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