Html Css Color HEX #BA020C Venetian Red

📋 copy color: '#BA020C'

red 186 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #BA020C

Tints of Venetian Red #BA020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 93%
G = 1%
B = 6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA020C (or 0xBA020C) is known color: Venetian Red. HEX triplet: BA, 02 and 0C. RGB value is (186,2,12). Sum of RGB (Red+Green+Blue) = 186+2+12=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA020C is #45FDF3. Grayscale: #3A3A3A. Windows color (decimal): -4586996 or 787130. OLE color: 787130.

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

Color convert

RGB 186 2 12 -
CMYK 0 0.99 0.94 0.27
HSL 356.74º 0.98% 0.37% -
HSV(B) 356.74º 0.99% 0.73% -
XYZ 20.34 10.51 1.3 -
YUV 58.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 186 2 12 0 0.99 0.94 0.27 356.74 0.98 0.37
Hex BA 2 C 0 63 5E 1B 165 62 25
Octal 272 2 14 0 143 136 33 545 142 45
Binary 10111010 10 1100 0 1100011 1011110 11011 101100101 1100010 100101

Color Harmonies of #BA020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA020C

Black with #BA020C

Text Example


Text Example

White with #BA020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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