Html Css Color HEX #BA1033 Cardinal

📋 copy color: '#BA1033'

red 186 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #BA1033

Tints of Cardinal #BA1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 73.52%
G = 6.32%
B = 20.16%

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

#BA1033 (or 0xBA1033) is known color: Cardinal. HEX triplet: BA, 10 and 33. RGB value is (186,16,51). Sum of RGB (Red+Green+Blue) = 186+16+51=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1033 is #45EFCC. Grayscale: #464646. Windows color (decimal): -4583373 or 3346618. OLE color: 3346618.

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

Color convert

RGB 186 16 51 -
CMYK 0 0.91 0.73 0.27
HSL 347.65º 0.84% 0.4% -
HSV(B) 347.65º 0.91% 0.73% -
XYZ 21.03 11.05 4.16 -
YUV 70.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 186 16 51 0 0.91 0.73 0.27 347.65 0.84 0.4
Hex BA 10 33 0 5B 49 1B 15C 54 28
Octal 272 20 63 0 133 111 33 534 124 50
Binary 10111010 10000 110011 0 1011011 1001001 11011 101011100 1010100 101000

Color Harmonies of #BA1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1033

Black with #BA1033

Text Example


Text Example

White with #BA1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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