Html Css Color HEX #B1061E Venetian Red

📋 copy color: '#B1061E'

red 177 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #B1061E

Tints of Venetian Red #B1061E

RGB

 RED value IS 177 (69.53% from 255) = 83.1%

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 83.1%
G = 2.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1061E (or 0xB1061E) is known color: Venetian Red. HEX triplet: B1, 06 and 1E. RGB value is (177,6,30). Sum of RGB (Red+Green+Blue) = 177+6+30=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B1061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1061E is #4EF9E1. Grayscale: #3B3B3B. Windows color (decimal): -5175778 or 1967793. OLE color: 1967793.

HSL color Cylindrical-coordinate representation of color #B1061E: hue angle of 351.58º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1061E is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 30 -
CMYK 0 0.97 0.83 0.31
HSL 351.58º 0.93% 0.36% -
HSV(B) 351.58º 0.97% 0.69% -
XYZ 18.43 9.57 2.1 -
YUV 59.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 177 6 30 0 0.97 0.83 0.31 351.58 0.93 0.36
Hex B1 6 1E 0 61 53 1F 160 5D 24
Octal 261 6 36 0 141 123 37 540 135 44
Binary 10110001 110 11110 0 1100001 1010011 11111 101100000 1011101 100100

Color Harmonies of #B1061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1061E

Black with #B1061E

Text Example


Text Example

White with #B1061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1061E; }

 p { color: rgb(177,6,30); }

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

background-color css

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

 a { background-color: rgb(177,6,30); }

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

border-color css

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

 span { border-color: rgb(177,6,30); }

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