Html Css Color HEX #BA2032 Cardinal

📋 copy color: '#BA2032'

red 186 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #BA2032

Tints of Cardinal #BA2032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 69.4%
G = 11.94%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2032 (or 0xBA2032) is known color: Cardinal. HEX triplet: BA, 20 and 32. RGB value is (186,32,50). Sum of RGB (Red+Green+Blue) = 186+32+50=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2032 is #45DFCD. Grayscale: #505050. Windows color (decimal): -4579278 or 3285178. OLE color: 3285178.

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

Color convert

RGB 186 32 50 -
CMYK 0 0.83 0.73 0.27
HSL 352.99º 0.71% 0.43% -
HSV(B) 352.99º 0.83% 0.73% -
XYZ 21.34 11.7 4.15 -
YUV 80.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 186 32 50 0 0.83 0.73 0.27 352.99 0.71 0.43
Hex BA 20 32 0 53 49 1B 161 47 2B
Octal 272 40 62 0 123 111 33 541 107 53
Binary 10111010 100000 110010 0 1010011 1001001 11011 101100001 1000111 101011

Color Harmonies of #BA2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2032

Black with #BA2032

Text Example


Text Example

White with #BA2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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