Html Css Color HEX #BA0423 Venetian Red

📋 copy color: '#BA0423'

red 186 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #BA0423

Tints of Venetian Red #BA0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 82.67%
G = 1.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0423 (or 0xBA0423) is known color: Venetian Red. HEX triplet: BA, 04 and 23. RGB value is (186,4,35). Sum of RGB (Red+Green+Blue) = 186+4+35=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0423 is #45FBDC. Grayscale: #3E3E3E. Windows color (decimal): -4586461 or 2294970. OLE color: 2294970.

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

Color convert

RGB 186 4 35 -
CMYK 0 0.98 0.81 0.27
HSL 349.78º 0.96% 0.37% -
HSV(B) 349.78º 0.98% 0.73% -
XYZ 20.6 10.65 2.56 -
YUV 61.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 186 4 35 0 0.98 0.81 0.27 349.78 0.96 0.37
Hex BA 4 23 0 62 51 1B 15E 60 25
Octal 272 4 43 0 142 121 33 536 140 45
Binary 10111010 100 100011 0 1100010 1010001 11011 101011110 1100000 100101

Color Harmonies of #BA0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0423

Black with #BA0423

Text Example


Text Example

White with #BA0423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0423; }

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

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

background-color css

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

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

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

border-color css

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

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

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