Html Css Color HEX #BA1032 Cardinal

📋 copy color: '#BA1032'

red 186 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #BA1032

Tints of Cardinal #BA1032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 73.81%
G = 6.35%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1032 (or 0xBA1032) is known color: Cardinal. HEX triplet: BA, 10 and 32. RGB value is (186,16,50). Sum of RGB (Red+Green+Blue) = 186+16+50=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1032 is #45EFCD. Grayscale: #464646. Windows color (decimal): -4583374 or 3281082. OLE color: 3281082.

HSL color Cylindrical-coordinate representation of color #BA1032: hue angle of 348º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1032 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 50 -
CMYK 0 0.91 0.73 0.27
HSL 348º 0.84% 0.4% -
HSV(B) 348º 0.91% 0.73% -
XYZ 21.01 11.04 4.04 -
YUV 70.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 186 16 50 0 0.91 0.73 0.27 348 0.84 0.4
Hex BA 10 32 0 5B 49 1B 15C 54 28
Octal 272 20 62 0 133 111 33 534 124 50
Binary 10111010 10000 110010 0 1011011 1001001 11011 101011100 1010100 101000

Color Harmonies of #BA1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1032

Black with #BA1032

Text Example


Text Example

White with #BA1032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1032; }

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

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

background-color css

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

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

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

border-color css

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

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

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