Html Css Color HEX #B30127 Venetian Red

📋 copy color: '#B30127'

red 179 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #B30127

Tints of Venetian Red #B30127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 81.74%
G = 0.46%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B30127 (or 0xB30127) is known color: Venetian Red. HEX triplet: B3, 01 and 27. RGB value is (179,1,39). Sum of RGB (Red+Green+Blue) = 179+1+39=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B30127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30127 is #4CFED8. Grayscale: #3A3A3A. Windows color (decimal): -5045977 or 2556339. OLE color: 2556339.

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

Color convert

RGB 179 1 39 -
CMYK 0 0.99 0.78 0.30
HSL 347.19º 0.99% 0.35% -
HSV(B) 347.19º 0.99% 0.7% -
XYZ 18.97 9.75 2.8 -
YUV 58.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 179 1 39 0 0.99 0.78 0.30 347.19 0.99 0.35
Hex B3 1 27 0 63 4E 1E 15B 63 23
Octal 263 1 47 0 143 116 36 533 143 43
Binary 10110011 1 100111 0 1100011 1001110 11110 101011011 1100011 100011

Color Harmonies of #B30127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30127

Black with #B30127

Text Example


Text Example

White with #B30127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30127; }

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

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

background-color css

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

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

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

border-color css

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

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

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