Html Css Color HEX #B10421 Venetian Red

📋 copy color: '#B10421'

red 177 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #B10421

Tints of Venetian Red #B10421

RGB

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

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

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

R = 82.71%
G = 1.87%
B = 15.42%

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

#B10421 (or 0xB10421) is known color: Venetian Red. HEX triplet: B1, 04 and 21. RGB value is (177,4,33). Sum of RGB (Red+Green+Blue) = 177+4+33=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B10421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10421 is #4EFBDE. Grayscale: #3B3B3B. Windows color (decimal): -5176287 or 2163889. OLE color: 2163889.

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

Color convert

RGB 177 4 33 -
CMYK 0 0.98 0.81 0.31
HSL 349.94º 0.96% 0.35% -
HSV(B) 349.94º 0.98% 0.69% -
XYZ 18.45 9.54 2.31 -
YUV 59.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 177 4 33 0 0.98 0.81 0.31 349.94 0.96 0.35
Hex B1 4 21 0 62 51 1F 15E 60 23
Octal 261 4 41 0 142 121 37 536 140 43
Binary 10110001 100 100001 0 1100010 1010001 11111 101011110 1100000 100011

Color Harmonies of #B10421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10421

Black with #B10421

Text Example


Text Example

White with #B10421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10421; }

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

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

background-color css

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

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

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

border-color css

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

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

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