Html Css Color HEX #BA0328 Venetian Red

📋 copy color: '#BA0328'

red 186 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #BA0328

Tints of Venetian Red #BA0328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 81.22%
G = 1.31%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0328 (or 0xBA0328) is known color: Venetian Red. HEX triplet: BA, 03 and 28. RGB value is (186,3,40). Sum of RGB (Red+Green+Blue) = 186+3+40=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0328 is #45FCD7. Grayscale: #3D3D3D. Windows color (decimal): -4586712 or 2622394. OLE color: 2622394.

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

Color convert

RGB 186 3 40 -
CMYK 0 0.98 0.78 0.27
HSL 347.87º 0.97% 0.37% -
HSV(B) 347.87º 0.98% 0.73% -
XYZ 20.67 10.66 2.98 -
YUV 61.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 186 3 40 0 0.98 0.78 0.27 347.87 0.97 0.37
Hex BA 3 28 0 62 4E 1B 15C 61 25
Octal 272 3 50 0 142 116 33 534 141 45
Binary 10111010 11 101000 0 1100010 1001110 11011 101011100 1100001 100101

Color Harmonies of #BA0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0328

Black with #BA0328

Text Example


Text Example

White with #BA0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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