Html Css Color HEX #B10315 Venetian Red

📋 copy color: '#B10315'

red 177 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #B10315

Tints of Venetian Red #B10315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 88.06%
G = 1.49%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B10315 (or 0xB10315) is known color: Venetian Red. HEX triplet: B1, 03 and 15. RGB value is (177,3,21). Sum of RGB (Red+Green+Blue) = 177+3+21=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10315 is #4EFCEA. Grayscale: #393939. Windows color (decimal): -5176555 or 1377201. OLE color: 1377201.

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

Color convert

RGB 177 3 21 -
CMYK 0 0.98 0.88 0.31
HSL 353.79º 0.97% 0.35% -
HSV(B) 353.79º 0.98% 0.69% -
XYZ 18.3 9.47 1.57 -
YUV 57.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 177 3 21 0 0.98 0.88 0.31 353.79 0.97 0.35
Hex B1 3 15 0 62 58 1F 162 61 23
Octal 261 3 25 0 142 130 37 542 141 43
Binary 10110001 11 10101 0 1100010 1011000 11111 101100010 1100001 100011

Color Harmonies of #B10315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10315

Black with #B10315

Text Example


Text Example

White with #B10315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10315; }

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

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

background-color css

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

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

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

border-color css

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

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

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