Html Css Color HEX #BA030D Venetian Red

📋 copy color: '#BA030D'

red 186 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #BA030D

Tints of Venetian Red #BA030D

RGB

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

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

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

R = 92.08%
G = 1.49%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA030D (or 0xBA030D) is known color: Venetian Red. HEX triplet: BA, 03 and 0D. RGB value is (186,3,13). Sum of RGB (Red+Green+Blue) = 186+3+13=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA030D is #45FCF2. Grayscale: #3B3B3B. Windows color (decimal): -4586739 or 852922. OLE color: 852922.

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

Color convert

RGB 186 3 13 -
CMYK 0 0.98 0.93 0.27
HSL 356.72º 0.97% 0.37% -
HSV(B) 356.72º 0.98% 0.73% -
XYZ 20.35 10.53 1.34 -
YUV 58.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 186 3 13 0 0.98 0.93 0.27 356.72 0.97 0.37
Hex BA 3 D 0 62 5D 1B 165 61 25
Octal 272 3 15 0 142 135 33 545 141 45
Binary 10111010 11 1101 0 1100010 1011101 11011 101100101 1100001 100101

Color Harmonies of #BA030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA030D

Black with #BA030D

Text Example


Text Example

White with #BA030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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