Html Css Color HEX #B1030D Venetian Red

📋 copy color: '#B1030D'

red 177 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #B1030D

Tints of Venetian Red #B1030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 91.71%
G = 1.55%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1030D (or 0xB1030D) is known color: Venetian Red. HEX triplet: B1, 03 and 0D. RGB value is (177,3,13). Sum of RGB (Red+Green+Blue) = 177+3+13=193 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.71% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 177 - color contains mainly: red. Hex color #B1030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1030D is #4EFCF2. Grayscale: #383838. Windows color (decimal): -5176563 or 852913. OLE color: 852913.

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

Color convert

RGB 177 3 13 -
CMYK 0 0.98 0.93 0.31
HSL 356.55º 0.97% 0.35% -
HSV(B) 356.55º 0.98% 0.69% -
XYZ 18.24 9.44 1.24 -
YUV 56.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 177 3 13 0 0.98 0.93 0.31 356.55 0.97 0.35
Hex B1 3 D 0 62 5D 1F 165 61 23
Octal 261 3 15 0 142 135 37 545 141 43
Binary 10110001 11 1101 0 1100010 1011101 11111 101100101 1100001 100011

Color Harmonies of #B1030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1030D

Black with #B1030D

Text Example


Text Example

White with #B1030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1030D; }

 p { color: rgb(177,3,13); }

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

background-color css

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

 a { background-color: rgb(177,3,13); }

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

border-color css

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

 span { border-color: rgb(177,3,13); }

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