Html Css Color HEX #BA0826 Venetian Red

📋 copy color: '#BA0826'

red 186 ◦ green 8 ◦ blue 38

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

Shades of Venetian Red #BA0826

Tints of Venetian Red #BA0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 80.17%
G = 3.45%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0826 (or 0xBA0826) is known color: Venetian Red. HEX triplet: BA, 08 and 26. RGB value is (186,8,38). Sum of RGB (Red+Green+Blue) = 186+8+38=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0826 is #45F7D9. Grayscale: #404040. Windows color (decimal): -4585434 or 2492602. OLE color: 2492602.

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

Color convert

RGB 186 8 38 -
CMYK 0 0.96 0.80 0.27
HSL 349.89º 0.92% 0.38% -
HSV(B) 349.89º 0.96% 0.73% -
XYZ 20.69 10.75 2.82 -
YUV 64.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 186 8 38 0 0.96 0.80 0.27 349.89 0.92 0.38
Hex BA 8 26 0 60 50 1B 15E 5C 26
Octal 272 10 46 0 140 120 33 536 134 46
Binary 10111010 1000 100110 0 1100000 1010000 11011 101011110 1011100 100110

Color Harmonies of #BA0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0826

Black with #BA0826

Text Example


Text Example

White with #BA0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0826; }

 p { color: rgb(186,8,38); }

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

background-color css

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

 a { background-color: rgb(186,8,38); }

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

border-color css

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

 span { border-color: rgb(186,8,38); }

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