Html Css Color HEX #B10321 Venetian Red

📋 copy color: '#B10321'

red 177 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #B10321

Tints of Venetian Red #B10321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 83.1%
G = 1.41%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B10321 (or 0xB10321) is known color: Venetian Red. HEX triplet: B1, 03 and 21. RGB value is (177,3,33). Sum of RGB (Red+Green+Blue) = 177+3+33=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B10321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10321 is #4EFCDE. Grayscale: #3A3A3A. Windows color (decimal): -5176543 or 2163633. OLE color: 2163633.

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

Color convert

RGB 177 3 33 -
CMYK 0 0.98 0.81 0.31
HSL 349.66º 0.97% 0.35% -
HSV(B) 349.66º 0.98% 0.69% -
XYZ 18.44 9.52 2.3 -
YUV 58.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 177 3 33 0 0.98 0.81 0.31 349.66 0.97 0.35
Hex B1 3 21 0 62 51 1F 15E 61 23
Octal 261 3 41 0 142 121 37 536 141 43
Binary 10110001 11 100001 0 1100010 1010001 11111 101011110 1100001 100011

Color Harmonies of #B10321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10321

Black with #B10321

Text Example


Text Example

White with #B10321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10321; }

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

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

background-color css

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

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

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

border-color css

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

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

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