Html Css Color HEX #BA0318 Venetian Red

📋 copy color: '#BA0318'

red 186 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #BA0318

Tints of Venetian Red #BA0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 87.32%
G = 1.41%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0318 (or 0xBA0318) is known color: Venetian Red. HEX triplet: BA, 03 and 18. RGB value is (186,3,24). Sum of RGB (Red+Green+Blue) = 186+3+24=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0318 is #45FCE7. Grayscale: #3C3C3C. Windows color (decimal): -4586728 or 1573818. OLE color: 1573818.

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

Color convert

RGB 186 3 24 -
CMYK 0 0.98 0.87 0.27
HSL 353.11º 0.97% 0.37% -
HSV(B) 353.11º 0.98% 0.73% -
XYZ 20.45 10.57 1.83 -
YUV 60.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 186 3 24 0 0.98 0.87 0.27 353.11 0.97 0.37
Hex BA 3 18 0 62 57 1B 161 61 25
Octal 272 3 30 0 142 127 33 541 141 45
Binary 10111010 11 11000 0 1100010 1010111 11011 101100001 1100001 100101

Color Harmonies of #BA0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0318

Black with #BA0318

Text Example


Text Example

White with #BA0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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