Html Css Color HEX #B30728 Venetian Red

📋 copy color: '#B30728'

red 179 ◦ green 7 ◦ blue 40

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

Shades of Venetian Red #B30728

Tints of Venetian Red #B30728

RGB

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

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

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

R = 79.2%
G = 3.1%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B30728 (or 0xB30728) is known color: Venetian Red. HEX triplet: B3, 07 and 28. RGB value is (179,7,40). Sum of RGB (Red+Green+Blue) = 179+7+40=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B30728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30728 is #4CF8D7. Grayscale: #3E3E3E. Windows color (decimal): -5044440 or 2623411. OLE color: 2623411.

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

Color convert

RGB 179 7 40 -
CMYK 0 0.96 0.78 0.30
HSL 348.49º 0.92% 0.36% -
HSV(B) 348.49º 0.96% 0.7% -
XYZ 19.05 9.89 2.91 -
YUV 62.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 179 7 40 0 0.96 0.78 0.30 348.49 0.92 0.36
Hex B3 7 28 0 60 4E 1E 15C 5C 24
Octal 263 7 50 0 140 116 36 534 134 44
Binary 10110011 111 101000 0 1100000 1001110 11110 101011100 1011100 100100

Color Harmonies of #B30728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30728

Black with #B30728

Text Example


Text Example

White with #B30728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30728; }

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

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

background-color css

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

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

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

border-color css

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

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

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