Html Css Color HEX #BA033A Cardinal

📋 copy color: '#BA033A'

red 186 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #BA033A

Tints of Cardinal #BA033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 75.3%
G = 1.21%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA033A (or 0xBA033A) is known color: Cardinal. HEX triplet: BA, 03 and 3A. RGB value is (186,3,58). Sum of RGB (Red+Green+Blue) = 186+3+58=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033A is #45FCC5. Grayscale: #3F3F3F. Windows color (decimal): -4586694 or 3802042. OLE color: 3802042.

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

Color convert

RGB 186 3 58 -
CMYK 0 0.98 0.69 0.27
HSL 341.97º 0.97% 0.37% -
HSV(B) 341.97º 0.98% 0.73% -
XYZ 21.05 10.81 4.98 -
YUV 63.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 186 3 58 0 0.98 0.69 0.27 341.97 0.97 0.37
Hex BA 3 3A 0 62 45 1B 156 61 25
Octal 272 3 72 0 142 105 33 526 141 45
Binary 10111010 11 111010 0 1100010 1000101 11011 101010110 1100001 100101

Color Harmonies of #BA033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA033A

Black with #BA033A

Text Example


Text Example

White with #BA033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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