Html Css Color HEX #B30118 Venetian Red

📋 copy color: '#B30118'

red 179 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #B30118

Tints of Venetian Red #B30118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 87.75%
G = 0.49%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B30118 (or 0xB30118) is known color: Venetian Red. HEX triplet: B3, 01 and 18. RGB value is (179,1,24). Sum of RGB (Red+Green+Blue) = 179+1+24=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30118 is #4CFEE7. Grayscale: #383838. Windows color (decimal): -5045992 or 1573299. OLE color: 1573299.

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

Color convert

RGB 179 1 24 -
CMYK 0 0.99 0.87 0.30
HSL 352.25º 0.99% 0.35% -
HSV(B) 352.25º 0.99% 0.7% -
XYZ 18.77 9.67 1.74 -
YUV 56.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 179 1 24 0 0.99 0.87 0.30 352.25 0.99 0.35
Hex B3 1 18 0 63 57 1E 160 63 23
Octal 263 1 30 0 143 127 36 540 143 43
Binary 10110011 1 11000 0 1100011 1010111 11110 101100000 1100011 100011

Color Harmonies of #B30118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30118

Black with #B30118

Text Example


Text Example

White with #B30118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30118; }

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

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

background-color css

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

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

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

border-color css

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

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

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