Html Css Color HEX #B30418 Venetian Red

📋 copy color: '#B30418'

red 179 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #B30418

Tints of Venetian Red #B30418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 86.47%
G = 1.93%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B30418 (or 0xB30418) is known color: Venetian Red. HEX triplet: B3, 04 and 18. RGB value is (179,4,24). Sum of RGB (Red+Green+Blue) = 179+4+24=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B30418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30418 is #4CFBE7. Grayscale: #3A3A3A. Windows color (decimal): -5045224 or 1574067. OLE color: 1574067.

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

Color convert

RGB 179 4 24 -
CMYK 0 0.98 0.87 0.30
HSL 353.14º 0.96% 0.36% -
HSV(B) 353.14º 0.98% 0.7% -
XYZ 18.8 9.74 1.75 -
YUV 58.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 179 4 24 0 0.98 0.87 0.30 353.14 0.96 0.36
Hex B3 4 18 0 62 57 1E 161 60 24
Octal 263 4 30 0 142 127 36 541 140 44
Binary 10110011 100 11000 0 1100010 1010111 11110 101100001 1100000 100100

Color Harmonies of #B30418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30418

Black with #B30418

Text Example


Text Example

White with #B30418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30418; }

 p { color: rgb(179,4,24); }

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

background-color css

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

 a { background-color: rgb(179,4,24); }

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

border-color css

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

 span { border-color: rgb(179,4,24); }

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