Html Css Color HEX #BA0442 Cardinal

📋 copy color: '#BA0442'

red 186 ◦ green 4 ◦ blue 66

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

Shades of Cardinal #BA0442

Tints of Cardinal #BA0442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 72.66%
G = 1.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0442 (or 0xBA0442) is known color: Cardinal. HEX triplet: BA, 04 and 42. RGB value is (186,4,66). Sum of RGB (Red+Green+Blue) = 186+4+66=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0442 is #45FBBD. Grayscale: #414141. Windows color (decimal): -4586430 or 4326586. OLE color: 4326586.

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

Color convert

RGB 186 4 66 -
CMYK 0 0.98 0.65 0.27
HSL 339.56º 0.96% 0.37% -
HSV(B) 339.56º 0.98% 0.73% -
XYZ 21.28 10.92 6.14 -
YUV 65.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 186 4 66 0 0.98 0.65 0.27 339.56 0.96 0.37
Hex BA 4 42 0 62 41 1B 154 60 25
Octal 272 4 102 0 142 101 33 524 140 45
Binary 10111010 100 1000010 0 1100010 1000001 11011 101010100 1100000 100101

Color Harmonies of #BA0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0442

Black with #BA0442

Text Example


Text Example

White with #BA0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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