Html Css Color HEX #BA001B Venetian Red

📋 copy color: '#BA001B'

red 186 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #BA001B

Tints of Venetian Red #BA001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.32%
G = 0%
B = 12.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA001B (or 0xBA001B) is known color: Venetian Red. HEX triplet: BA, 00 and 1B. RGB value is (186,0,27). Sum of RGB (Red+Green+Blue) = 186+0+27=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001B is #45FFE4. Grayscale: #3A3A3A. Windows color (decimal): -4587493 or 1769658. OLE color: 1769658.

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

Color convert

RGB 186 0 27 -
CMYK 0 1 0.85 0.27
HSL 351.29º 1% 0.36% -
HSV(B) 351.29º 1% 0.73% -
XYZ 20.45 10.52 1.99 -
YUV 58.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 186 0 27 0 1 0.85 0.27 351.29 1 0.36
Hex BA 0 1B 0 64 55 1B 15F 64 24
Octal 272 0 33 0 144 125 33 537 144 44
Binary 10111010 0 11011 0 1100100 1010101 11011 101011111 1100100 100100

Color Harmonies of #BA001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA001B

Black with #BA001B

Text Example


Text Example

White with #BA001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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