Html Css Color HEX #BA0207 Venetian Red

📋 copy color: '#BA0207'

red 186 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #BA0207

Tints of Venetian Red #BA0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 7 (3.13% from 255) = 3.59%

R = 95.38%
G = 1.03%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA0207 (or 0xBA0207) is known color: Venetian Red. HEX triplet: BA, 02 and 07. RGB value is (186,2,7). Sum of RGB (Red+Green+Blue) = 186+2+7=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0207 is #45FDF8. Grayscale: #393939. Windows color (decimal): -4587001 or 459450. OLE color: 459450.

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

Color convert

RGB 186 2 7 -
CMYK 0 0.99 0.96 0.27
HSL 358.37º 0.98% 0.37% -
HSV(B) 358.37º 0.99% 0.73% -
XYZ 20.31 10.5 1.16 -
YUV 57.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 186 2 7 0 0.99 0.96 0.27 358.37 0.98 0.37
Hex BA 2 7 0 63 60 1B 166 62 25
Octal 272 2 7 0 143 140 33 546 142 45
Binary 10111010 10 111 0 1100011 1100000 11011 101100110 1100010 100101

Color Harmonies of #BA0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0207

Black with #BA0207

Text Example


Text Example

White with #BA0207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0207; }

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

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

background-color css

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

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

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

border-color css

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

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

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