Html Css Color HEX #BA010D Venetian Red

📋 copy color: '#BA010D'

red 186 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #BA010D

Tints of Venetian Red #BA010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 93%
G = 0.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA010D (or 0xBA010D) is known color: Venetian Red. HEX triplet: BA, 01 and 0D. RGB value is (186,1,13). Sum of RGB (Red+Green+Blue) = 186+1+13=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010D is #45FEF2. Grayscale: #393939. Windows color (decimal): -4587251 or 852410. OLE color: 852410.

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

Color convert

RGB 186 1 13 -
CMYK 0 0.99 0.93 0.27
HSL 356.11º 0.99% 0.37% -
HSV(B) 356.11º 0.99% 0.73% -
XYZ 20.33 10.49 1.33 -
YUV 57.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 186 1 13 0 0.99 0.93 0.27 356.11 0.99 0.37
Hex BA 1 D 0 63 5D 1B 164 63 25
Octal 272 1 15 0 143 135 33 544 143 45
Binary 10111010 1 1101 0 1100011 1011101 11011 101100100 1100011 100101

Color Harmonies of #BA010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA010D

Black with #BA010D

Text Example


Text Example

White with #BA010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA010D; }

 p { color: rgb(186,1,13); }

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

background-color css

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

 a { background-color: rgb(186,1,13); }

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

border-color css

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

 span { border-color: rgb(186,1,13); }

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