Html Css Color HEX #B30719 Venetian Red

📋 copy color: '#B30719'

red 179 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #B30719

Tints of Venetian Red #B30719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 84.83%
G = 3.32%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B30719 (or 0xB30719) is known color: Venetian Red. HEX triplet: B3, 07 and 19. RGB value is (179,7,25). Sum of RGB (Red+Green+Blue) = 179+7+25=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B30719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30719 is #4CF8E6. Grayscale: #3C3C3C. Windows color (decimal): -5044455 or 1640371. OLE color: 1640371.

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

Color convert

RGB 179 7 25 -
CMYK 0 0.96 0.86 0.30
HSL 353.72º 0.92% 0.36% -
HSV(B) 353.72º 0.96% 0.7% -
XYZ 18.84 9.81 1.82 -
YUV 60.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 179 7 25 0 0.96 0.86 0.30 353.72 0.92 0.36
Hex B3 7 19 0 60 56 1E 162 5C 24
Octal 263 7 31 0 140 126 36 542 134 44
Binary 10110011 111 11001 0 1100000 1010110 11110 101100010 1011100 100100

Color Harmonies of #B30719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30719

Black with #B30719

Text Example


Text Example

White with #B30719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30719; }

 p { color: rgb(179,7,25); }

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

background-color css

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

 a { background-color: rgb(179,7,25); }

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

border-color css

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

 span { border-color: rgb(179,7,25); }

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