Html Css Color HEX #B30015 Venetian Red

📋 copy color: '#B30015'

red 179 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #B30015

Tints of Venetian Red #B30015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 89.5%
G = 0%
B = 10.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B30015 (or 0xB30015) is known color: Venetian Red. HEX triplet: B3, 00 and 15. RGB value is (179,0,21). Sum of RGB (Red+Green+Blue) = 179+0+21=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B30015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30015 is #4CFFEA. Grayscale: #383838. Windows color (decimal): -5046251 or 1376435. OLE color: 1376435.

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

Color convert

RGB 179 0 21 -
CMYK 0 1 0.88 0.30
HSL 352.96º 1% 0.35% -
HSV(B) 352.96º 1% 0.7% -
XYZ 18.73 9.64 1.58 -
YUV 55.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 179 0 21 0 1 0.88 0.30 352.96 1 0.35
Hex B3 0 15 0 64 58 1E 161 64 23
Octal 263 0 25 0 144 130 36 541 144 43
Binary 10110011 0 10101 0 1100100 1011000 11110 101100001 1100100 100011

Color Harmonies of #B30015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30015

Black with #B30015

Text Example


Text Example

White with #B30015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30015; }

 p { color: rgb(179,0,21); }

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

background-color css

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

 a { background-color: rgb(179,0,21); }

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

border-color css

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

 span { border-color: rgb(179,0,21); }

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