Html Css Color HEX #BA000D Venetian Red

📋 copy color: '#BA000D'

red 186 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #BA000D

Tints of Venetian Red #BA000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.47%
G = 0%
B = 6.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA000D (or 0xBA000D) is known color: Venetian Red. HEX triplet: BA, 00 and 0D. RGB value is (186,0,13). Sum of RGB (Red+Green+Blue) = 186+0+13=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000D is #45FFF2. Grayscale: #393939. Windows color (decimal): -4587507 or 852154. OLE color: 852154.

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

Color convert

RGB 186 0 13 -
CMYK 0 1 0.93 0.27
HSL 355.81º 1% 0.36% -
HSV(B) 355.81º 1% 0.73% -
XYZ 20.32 10.47 1.33 -
YUV 57.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 186 0 13 0 1 0.93 0.27 355.81 1 0.36
Hex BA 0 D 0 64 5D 1B 164 64 24
Octal 272 0 15 0 144 135 33 544 144 44
Binary 10111010 0 1101 0 1100100 1011101 11011 101100100 1100100 100100

Color Harmonies of #BA000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA000D

Black with #BA000D

Text Example


Text Example

White with #BA000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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