Html Css Color HEX #BA0432 Cardinal

📋 copy color: '#BA0432'

red 186 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #BA0432

Tints of Cardinal #BA0432

RGB

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

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

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

R = 77.5%
G = 1.67%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0432 (or 0xBA0432) is known color: Cardinal. HEX triplet: BA, 04 and 32. RGB value is (186,4,50). Sum of RGB (Red+Green+Blue) = 186+4+50=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0432 is #45FBCD. Grayscale: #3F3F3F. Windows color (decimal): -4586446 or 3278010. OLE color: 3278010.

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

Color convert

RGB 186 4 50 -
CMYK 0 0.98 0.73 0.27
HSL 344.84º 0.96% 0.37% -
HSV(B) 344.84º 0.98% 0.73% -
XYZ 20.87 10.76 3.99 -
YUV 63.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 186 4 50 0 0.98 0.73 0.27 344.84 0.96 0.37
Hex BA 4 32 0 62 49 1B 159 60 25
Octal 272 4 62 0 142 111 33 531 140 45
Binary 10111010 100 110010 0 1100010 1001001 11011 101011001 1100000 100101

Color Harmonies of #BA0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0432

Black with #BA0432

Text Example


Text Example

White with #BA0432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0432; }

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

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

background-color css

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

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

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

border-color css

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

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

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