Html Css Color HEX #BA2042 Cardinal

📋 copy color: '#BA2042'

red 186 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #BA2042

Tints of Cardinal #BA2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 65.49%
G = 11.27%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2042 (or 0xBA2042) is known color: Cardinal. HEX triplet: BA, 20 and 42. RGB value is (186,32,66). Sum of RGB (Red+Green+Blue) = 186+32+66=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2042 is #45DFBD. Grayscale: #515151. Windows color (decimal): -4579262 or 4333754. OLE color: 4333754.

HSL color Cylindrical-coordinate representation of color #BA2042: hue angle of 346.75º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2042 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 66 -
CMYK 0 0.83 0.65 0.27
HSL 346.75º 0.71% 0.43% -
HSV(B) 346.75º 0.83% 0.73% -
XYZ 21.75 11.87 6.3 -
YUV 81.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 186 32 66 0 0.83 0.65 0.27 346.75 0.71 0.43
Hex BA 20 42 0 53 41 1B 15B 47 2B
Octal 272 40 102 0 123 101 33 533 107 53
Binary 10111010 100000 1000010 0 1010011 1000001 11011 101011011 1000111 101011

Color Harmonies of #BA2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2042

Black with #BA2042

Text Example


Text Example

White with #BA2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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