Html Css Color HEX #B30114 Venetian Red

📋 copy color: '#B30114'

red 179 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #B30114

Tints of Venetian Red #B30114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 89.5%
G = 0.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B30114 (or 0xB30114) is known color: Venetian Red. HEX triplet: B3, 01 and 14. RGB value is (179,1,20). Sum of RGB (Red+Green+Blue) = 179+1+20=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B30114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30114 is #4CFEEB. Grayscale: #383838. Windows color (decimal): -5045996 or 1311155. OLE color: 1311155.

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

Color convert

RGB 179 1 20 -
CMYK 0 0.99 0.89 0.30
HSL 353.6º 0.99% 0.35% -
HSV(B) 353.6º 0.99% 0.7% -
XYZ 18.73 9.66 1.54 -
YUV 56.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 179 1 20 0 0.99 0.89 0.30 353.6 0.99 0.35
Hex B3 1 14 0 63 59 1E 162 63 23
Octal 263 1 24 0 143 131 36 542 143 43
Binary 10110011 1 10100 0 1100011 1011001 11110 101100010 1100011 100011

Color Harmonies of #B30114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30114

Black with #B30114

Text Example


Text Example

White with #B30114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30114; }

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

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

background-color css

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

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

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

border-color css

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

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

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