Html Css Color HEX #B30627 Venetian Red

📋 copy color: '#B30627'

red 179 ◦ green 6 ◦ blue 39

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

Shades of Venetian Red #B30627

Tints of Venetian Red #B30627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 79.91%
G = 2.68%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B30627 (or 0xB30627) is known color: Venetian Red. HEX triplet: B3, 06 and 27. RGB value is (179,6,39). Sum of RGB (Red+Green+Blue) = 179+6+39=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B30627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30627 is #4CF9D8. Grayscale: #3D3D3D. Windows color (decimal): -5044697 or 2557619. OLE color: 2557619.

HSL color Cylindrical-coordinate representation of color #B30627: hue angle of 348.55º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30627 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 39 -
CMYK 0 0.97 0.78 0.30
HSL 348.55º 0.94% 0.36% -
HSV(B) 348.55º 0.97% 0.7% -
XYZ 19.02 9.86 2.82 -
YUV 61.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 179 6 39 0 0.97 0.78 0.30 348.55 0.94 0.36
Hex B3 6 27 0 61 4E 1E 15D 5E 24
Octal 263 6 47 0 141 116 36 535 136 44
Binary 10110011 110 100111 0 1100001 1001110 11110 101011101 1011110 100100

Color Harmonies of #B30627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30627

Black with #B30627

Text Example


Text Example

White with #B30627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30627; }

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

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

background-color css

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

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

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

border-color css

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

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

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