Html Css Color HEX #BA0F1B Venetian Red

📋 copy color: '#BA0F1B'

red 186 ◦ green 15 ◦ blue 27

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

Shades of Venetian Red #BA0F1B

Tints of Venetian Red #BA0F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 81.58%
G = 6.58%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA0F1B (or 0xBA0F1B) is known color: Venetian Red. HEX triplet: BA, 0F and 1B. RGB value is (186,15,27). Sum of RGB (Red+Green+Blue) = 186+15+27=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1B is #45F0E4. Grayscale: #434343. Windows color (decimal): -4583653 or 1773498. OLE color: 1773498.

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

Color convert

RGB 186 15 27 -
CMYK 0 0.92 0.85 0.27
HSL 355.79º 0.85% 0.39% -
HSV(B) 355.79º 0.92% 0.73% -
XYZ 20.62 10.86 2.05 -
YUV 67.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 186 15 27 0 0.92 0.85 0.27 355.79 0.85 0.39
Hex BA F 1B 0 5C 55 1B 164 55 27
Octal 272 17 33 0 134 125 33 544 125 47
Binary 10111010 1111 11011 0 1011100 1010101 11011 101100100 1010101 100111

Color Harmonies of #BA0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F1B

Black with #BA0F1B

Text Example


Text Example

White with #BA0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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