Html Css Color HEX #B1071C Venetian Red

📋 copy color: '#B1071C'

red 177 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #B1071C

Tints of Venetian Red #B1071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 83.49%
G = 3.3%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1071C (or 0xB1071C) is known color: Venetian Red. HEX triplet: B1, 07 and 1C. RGB value is (177,7,28). Sum of RGB (Red+Green+Blue) = 177+7+28=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B1071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1071C is #4EF8E3. Grayscale: #3C3C3C. Windows color (decimal): -5175524 or 1836977. OLE color: 1836977.

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

Color convert

RGB 177 7 28 -
CMYK 0 0.96 0.84 0.31
HSL 352.59º 0.92% 0.36% -
HSV(B) 352.59º 0.96% 0.69% -
XYZ 18.42 9.58 1.98 -
YUV 60.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 177 7 28 0 0.96 0.84 0.31 352.59 0.92 0.36
Hex B1 7 1C 0 60 54 1F 161 5C 24
Octal 261 7 34 0 140 124 37 541 134 44
Binary 10110001 111 11100 0 1100000 1010100 11111 101100001 1011100 100100

Color Harmonies of #B1071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1071C

Black with #B1071C

Text Example


Text Example

White with #B1071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1071C; }

 p { color: rgb(177,7,28); }

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

background-color css

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

 a { background-color: rgb(177,7,28); }

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

border-color css

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

 span { border-color: rgb(177,7,28); }

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