Html Css Color HEX #BA030C Venetian Red

📋 copy color: '#BA030C'

red 186 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #BA030C

Tints of Venetian Red #BA030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 92.54%
G = 1.49%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA030C (or 0xBA030C) is known color: Venetian Red. HEX triplet: BA, 03 and 0C. RGB value is (186,3,12). Sum of RGB (Red+Green+Blue) = 186+3+12=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA030C is #45FCF3. Grayscale: #3A3A3A. Windows color (decimal): -4586740 or 787386. OLE color: 787386.

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

Color convert

RGB 186 3 12 -
CMYK 0 0.98 0.94 0.27
HSL 357.05º 0.97% 0.37% -
HSV(B) 357.05º 0.98% 0.73% -
XYZ 20.35 10.53 1.31 -
YUV 58.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 186 3 12 0 0.98 0.94 0.27 357.05 0.97 0.37
Hex BA 3 C 0 62 5E 1B 165 61 25
Octal 272 3 14 0 142 136 33 545 141 45
Binary 10111010 11 1100 0 1100010 1011110 11011 101100101 1100001 100101

Color Harmonies of #BA030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA030C

Black with #BA030C

Text Example


Text Example

White with #BA030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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