Html Css Color HEX #BA0307 Venetian Red

📋 copy color: '#BA0307'

red 186 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #BA0307

Tints of Venetian Red #BA0307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 94.9%
G = 1.53%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA0307 (or 0xBA0307) is known color: Venetian Red. HEX triplet: BA, 03 and 07. RGB value is (186,3,7). Sum of RGB (Red+Green+Blue) = 186+3+7=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0307 is #45FCF8. Grayscale: #3A3A3A. Windows color (decimal): -4586745 or 459706. OLE color: 459706.

HSL color Cylindrical-coordinate representation of color #BA0307: hue angle of 358.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 7 -
CMYK 0 0.98 0.96 0.27
HSL 358.69º 0.97% 0.37% -
HSV(B) 358.69º 0.98% 0.73% -
XYZ 20.32 10.52 1.16 -
YUV 58.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 186 3 7 0 0.98 0.96 0.27 358.69 0.97 0.37
Hex BA 3 7 0 62 60 1B 167 61 25
Octal 272 3 7 0 142 140 33 547 141 45
Binary 10111010 11 111 0 1100010 1100000 11011 101100111 1100001 100101

Color Harmonies of #BA0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0307

Black with #BA0307

Text Example


Text Example

White with #BA0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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