Html Css Color HEX #B1041C Venetian Red

📋 copy color: '#B1041C'

red 177 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #B1041C

Tints of Venetian Red #B1041C

RGB

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

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

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

R = 84.69%
G = 1.91%
B = 13.4%

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

#B1041C (or 0xB1041C) is known color: Venetian Red. HEX triplet: B1, 04 and 1C. RGB value is (177,4,28). Sum of RGB (Red+Green+Blue) = 177+4+28=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B1041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1041C is #4EFBE3. Grayscale: #3A3A3A. Windows color (decimal): -5176292 or 1836209. OLE color: 1836209.

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

Color convert

RGB 177 4 28 -
CMYK 0 0.98 0.84 0.31
HSL 351.68º 0.96% 0.35% -
HSV(B) 351.68º 0.98% 0.69% -
XYZ 18.38 9.52 1.97 -
YUV 58.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 177 4 28 0 0.98 0.84 0.31 351.68 0.96 0.35
Hex B1 4 1C 0 62 54 1F 160 60 23
Octal 261 4 34 0 142 124 37 540 140 43
Binary 10110001 100 11100 0 1100010 1010100 11111 101100000 1100000 100011

Color Harmonies of #B1041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1041C

Black with #B1041C

Text Example


Text Example

White with #B1041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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