Html Css Color HEX #B1040F Venetian Red

📋 copy color: '#B1040F'

red 177 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #B1040F

Tints of Venetian Red #B1040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 90.31%
G = 2.04%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1040F (or 0xB1040F) is known color: Venetian Red. HEX triplet: B1, 04 and 0F. RGB value is (177,4,15). Sum of RGB (Red+Green+Blue) = 177+4+15=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B1040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1040F is #4EFBF0. Grayscale: #393939. Windows color (decimal): -5176305 or 984241. OLE color: 984241.

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

Color convert

RGB 177 4 15 -
CMYK 0 0.98 0.92 0.31
HSL 356.19º 0.96% 0.35% -
HSV(B) 356.19º 0.98% 0.69% -
XYZ 18.26 9.47 1.32 -
YUV 56.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 177 4 15 0 0.98 0.92 0.31 356.19 0.96 0.35
Hex B1 4 F 0 62 5C 1F 164 60 23
Octal 261 4 17 0 142 134 37 544 140 43
Binary 10110001 100 1111 0 1100010 1011100 11111 101100100 1100000 100011

Color Harmonies of #B1040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1040F

Black with #B1040F

Text Example


Text Example

White with #B1040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1040F; }

 p { color: rgb(177,4,15); }

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

background-color css

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

 a { background-color: rgb(177,4,15); }

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

border-color css

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

 span { border-color: rgb(177,4,15); }

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