Html Css Color HEX #B30218 Venetian Red

📋 copy color: '#B30218'

red 179 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #B30218

Tints of Venetian Red #B30218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 87.32%
G = 0.98%
B = 11.71%

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

#B30218 (or 0xB30218) is known color: Venetian Red. HEX triplet: B3, 02 and 18. RGB value is (179,2,24). Sum of RGB (Red+Green+Blue) = 179+2+24=205 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.32% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 179 - color contains mainly: red. Hex color #B30218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30218 is #4CFDE7. Grayscale: #393939. Windows color (decimal): -5045736 or 1573555. OLE color: 1573555.

HSL color Cylindrical-coordinate representation of color #B30218: hue angle of 352.54º degrees, saturation: 0.98, 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 #B30218 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 24 -
CMYK 0 0.99 0.87 0.30
HSL 352.54º 0.98% 0.35% -
HSV(B) 352.54º 0.99% 0.7% -
XYZ 18.78 9.69 1.75 -
YUV 57.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 179 2 24 0 0.99 0.87 0.30 352.54 0.98 0.35
Hex B3 2 18 0 63 57 1E 161 62 23
Octal 263 2 30 0 143 127 36 541 142 43
Binary 10110011 10 11000 0 1100011 1010111 11110 101100001 1100010 100011

Color Harmonies of #B30218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30218

Black with #B30218

Text Example


Text Example

White with #B30218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30218; }

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

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

background-color css

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

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

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

border-color css

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

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

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