Html Css Color HEX #B30227 Venetian Red

📋 copy color: '#B30227'

red 179 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #B30227

Tints of Venetian Red #B30227

RGB

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

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

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

R = 81.36%
G = 0.91%
B = 17.73%

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

#B30227 (or 0xB30227) is known color: Venetian Red. HEX triplet: B3, 02 and 27. RGB value is (179,2,39). Sum of RGB (Red+Green+Blue) = 179+2+39=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B30227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30227 is #4CFDD8. Grayscale: #3B3B3B. Windows color (decimal): -5045721 or 2556595. OLE color: 2556595.

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

Color convert

RGB 179 2 39 -
CMYK 0 0.99 0.78 0.30
HSL 347.46º 0.98% 0.35% -
HSV(B) 347.46º 0.99% 0.7% -
XYZ 18.98 9.77 2.81 -
YUV 59.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 179 2 39 0 0.99 0.78 0.30 347.46 0.98 0.35
Hex B3 2 27 0 63 4E 1E 15B 62 23
Octal 263 2 47 0 143 116 36 533 142 43
Binary 10110011 10 100111 0 1100011 1001110 11110 101011011 1100010 100011

Color Harmonies of #B30227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30227

Black with #B30227

Text Example


Text Example

White with #B30227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30227; }

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

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

background-color css

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

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

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

border-color css

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

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

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