Html Css Color HEX #BA010F Venetian Red

📋 copy color: '#BA010F'

red 186 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #BA010F

Tints of Venetian Red #BA010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 92.08%
G = 0.5%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA010F (or 0xBA010F) is known color: Venetian Red. HEX triplet: BA, 01 and 0F. RGB value is (186,1,15). Sum of RGB (Red+Green+Blue) = 186+1+15=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010F is #45FEF0. Grayscale: #3A3A3A. Windows color (decimal): -4587249 or 983482. OLE color: 983482.

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

Color convert

RGB 186 1 15 -
CMYK 0 0.99 0.92 0.27
HSL 355.46º 0.99% 0.37% -
HSV(B) 355.46º 0.99% 0.73% -
XYZ 20.35 10.5 1.41 -
YUV 57.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 186 1 15 0 0.99 0.92 0.27 355.46 0.99 0.37
Hex BA 1 F 0 63 5C 1B 163 63 25
Octal 272 1 17 0 143 134 33 543 143 45
Binary 10111010 1 1111 0 1100011 1011100 11011 101100011 1100011 100101

Color Harmonies of #BA010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA010F

Black with #BA010F

Text Example


Text Example

White with #BA010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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