Html Css Color HEX #BA101E Venetian Red

📋 copy color: '#BA101E'

red 186 ◦ green 16 ◦ blue 30

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

Shades of Venetian Red #BA101E

Tints of Venetian Red #BA101E

RGB

 RED value IS 186 (73.05% from 255) = 80.17%

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 80.17%
G = 6.9%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA101E (or 0xBA101E) is known color: Venetian Red. HEX triplet: BA, 10 and 1E. RGB value is (186,16,30). Sum of RGB (Red+Green+Blue) = 186+16+30=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA101E is #45EFE1. Grayscale: #444444. Windows color (decimal): -4583394 or 1970362. OLE color: 1970362.

HSL color Cylindrical-coordinate representation of color #BA101E: hue angle of 355.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA101E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 30 -
CMYK 0 0.91 0.84 0.27
HSL 355.06º 0.84% 0.4% -
HSV(B) 355.06º 0.91% 0.73% -
XYZ 20.67 10.9 2.24 -
YUV 68.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 186 16 30 0 0.91 0.84 0.27 355.06 0.84 0.4
Hex BA 10 1E 0 5B 54 1B 163 54 28
Octal 272 20 36 0 133 124 33 543 124 50
Binary 10111010 10000 11110 0 1011011 1010100 11011 101100011 1010100 101000

Color Harmonies of #BA101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA101E

Black with #BA101E

Text Example


Text Example

White with #BA101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA101E; }

 p { color: rgb(186,16,30); }

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

background-color css

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

 a { background-color: rgb(186,16,30); }

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

border-color css

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

 span { border-color: rgb(186,16,30); }

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