Html Css Color HEX #B1041D Venetian Red

📋 copy color: '#B1041D'

red 177 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #B1041D

Tints of Venetian Red #B1041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 84.29%
G = 1.9%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1041D (or 0xB1041D) is known color: Venetian Red. HEX triplet: B1, 04 and 1D. RGB value is (177,4,29). Sum of RGB (Red+Green+Blue) = 177+4+29=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1041D is #4EFBE2. Grayscale: #3A3A3A. Windows color (decimal): -5176291 or 1901745. OLE color: 1901745.

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

Color convert

RGB 177 4 29 -
CMYK 0 0.98 0.84 0.31
HSL 351.33º 0.96% 0.35% -
HSV(B) 351.33º 0.98% 0.69% -
XYZ 18.4 9.52 2.03 -
YUV 58.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 177 4 29 0 0.98 0.84 0.31 351.33 0.96 0.35
Hex B1 4 1D 0 62 54 1F 15F 60 23
Octal 261 4 35 0 142 124 37 537 140 43
Binary 10110001 100 11101 0 1100010 1010100 11111 101011111 1100000 100011

Color Harmonies of #B1041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1041D

Black with #B1041D

Text Example


Text Example

White with #B1041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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