Html Css Color HEX #BA0102 Venetian Red

📋 copy color: '#BA0102'

red 186 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #BA0102

Tints of Venetian Red #BA0102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 98.41%
G = 0.53%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA0102 (or 0xBA0102) is known color: Venetian Red. HEX triplet: BA, 01 and 02. RGB value is (186,1,2). Sum of RGB (Red+Green+Blue) = 186+1+2=189 (25% of max value = 765). Red value is 186 (73.05% from 255 or 98.41% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0102 is #45FEFD. Grayscale: #383838. Windows color (decimal): -4587262 or 131514. OLE color: 131514.

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

Color convert

RGB 186 1 2 -
CMYK 0 0.99 0.99 0.27
HSL 359.68º 0.99% 0.37% -
HSV(B) 359.68º 0.99% 0.73% -
XYZ 20.27 10.47 1.01 -
YUV 56.43 97.29 220.42 -
System Red Green Blue C M Y K H S L
Decimal 186 1 2 0 0.99 0.99 0.27 359.68 0.99 0.37
Hex BA 1 2 0 63 63 1B 168 63 25
Octal 272 1 2 0 143 143 33 550 143 45
Binary 10111010 1 10 0 1100011 1100011 11011 101101000 1100011 100101

Color Harmonies of #BA0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0102

Black with #BA0102

Text Example


Text Example

White with #BA0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0102; }

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

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

background-color css

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

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

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

border-color css

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

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

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