Html Css Color HEX #BA0D23 Venetian Red

📋 copy color: '#BA0D23'

red 186 ◦ green 13 ◦ blue 35

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

Shades of Venetian Red #BA0D23

Tints of Venetian Red #BA0D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 35 (14.06% from 255) = 14.96%

R = 79.49%
G = 5.56%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0D23 (or 0xBA0D23) is known color: Venetian Red. HEX triplet: BA, 0D and 23. RGB value is (186,13,35). Sum of RGB (Red+Green+Blue) = 186+13+35=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D23 is #45F2DC. Grayscale: #434343. Windows color (decimal): -4584157 or 2297274. OLE color: 2297274.

HSL color Cylindrical-coordinate representation of color #BA0D23: hue angle of 352.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D23 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 35 -
CMYK 0 0.93 0.81 0.27
HSL 352.37º 0.87% 0.39% -
HSV(B) 352.37º 0.93% 0.73% -
XYZ 20.7 10.85 2.59 -
YUV 67.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 186 13 35 0 0.93 0.81 0.27 352.37 0.87 0.39
Hex BA D 23 0 5D 51 1B 160 57 27
Octal 272 15 43 0 135 121 33 540 127 47
Binary 10111010 1101 100011 0 1011101 1010001 11011 101100000 1010111 100111

Color Harmonies of #BA0D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D23

Black with #BA0D23

Text Example


Text Example

White with #BA0D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D23; }

 p { color: rgb(186,13,35); }

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

background-color css

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

 a { background-color: rgb(186,13,35); }

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

border-color css

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

 span { border-color: rgb(186,13,35); }

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