Html Css Color HEX #BA0F1D Venetian Red

📋 copy color: '#BA0F1D'

red 186 ◦ green 15 ◦ blue 29

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

Shades of Venetian Red #BA0F1D

Tints of Venetian Red #BA0F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 80.87%
G = 6.52%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA0F1D (or 0xBA0F1D) is known color: Venetian Red. HEX triplet: BA, 0F and 1D. RGB value is (186,15,29). Sum of RGB (Red+Green+Blue) = 186+15+29=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1D is #45F0E2. Grayscale: #434343. Windows color (decimal): -4583651 or 1904570. OLE color: 1904570.

HSL color Cylindrical-coordinate representation of color #BA0F1D: hue angle of 355.09º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F1D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 15 29 -
CMYK 0 0.92 0.84 0.27
HSL 355.09º 0.85% 0.39% -
HSV(B) 355.09º 0.92% 0.73% -
XYZ 20.64 10.87 2.17 -
YUV 67.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 186 15 29 0 0.92 0.84 0.27 355.09 0.85 0.39
Hex BA F 1D 0 5C 54 1B 163 55 27
Octal 272 17 35 0 134 124 33 543 125 47
Binary 10111010 1111 11101 0 1011100 1010100 11011 101100011 1010101 100111

Color Harmonies of #BA0F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F1D

Black with #BA0F1D

Text Example


Text Example

White with #BA0F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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