Html Css Color HEX #B1061B Venetian Red

📋 copy color: '#B1061B'

red 177 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #B1061B

Tints of Venetian Red #B1061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 84.29%
G = 2.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1061B (or 0xB1061B) is known color: Venetian Red. HEX triplet: B1, 06 and 1B. RGB value is (177,6,27). Sum of RGB (Red+Green+Blue) = 177+6+27=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1061B is #4EF9E4. Grayscale: #3B3B3B. Windows color (decimal): -5175781 or 1771185. OLE color: 1771185.

HSL color Cylindrical-coordinate representation of color #B1061B: hue angle of 352.63º 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 #B1061B is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 27 -
CMYK 0 0.97 0.85 0.31
HSL 352.63º 0.93% 0.36% -
HSV(B) 352.63º 0.97% 0.69% -
XYZ 18.39 9.56 1.91 -
YUV 59.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 177 6 27 0 0.97 0.85 0.31 352.63 0.93 0.36
Hex B1 6 1B 0 61 55 1F 161 5D 24
Octal 261 6 33 0 141 125 37 541 135 44
Binary 10110001 110 11011 0 1100001 1010101 11111 101100001 1011101 100100

Color Harmonies of #B1061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1061B

Black with #B1061B

Text Example


Text Example

White with #B1061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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