Html Css Color HEX #BA1335 Cardinal

📋 copy color: '#BA1335'

red 186 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #BA1335

Tints of Cardinal #BA1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 72.09%
G = 7.36%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1335 (or 0xBA1335) is known color: Cardinal. HEX triplet: BA, 13 and 35. RGB value is (186,19,53). Sum of RGB (Red+Green+Blue) = 186+19+53=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1335 is #45ECCA. Grayscale: #484848. Windows color (decimal): -4582603 or 3478458. OLE color: 3478458.

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

Color convert

RGB 186 19 53 -
CMYK 0 0.90 0.72 0.27
HSL 347.78º 0.81% 0.4% -
HSV(B) 347.78º 0.9% 0.73% -
XYZ 21.13 11.16 4.41 -
YUV 72.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 186 19 53 0 0.90 0.72 0.27 347.78 0.81 0.4
Hex BA 13 35 0 5A 48 1B 15C 51 28
Octal 272 23 65 0 132 110 33 534 121 50
Binary 10111010 10011 110101 0 1011010 1001000 11011 101011100 1010001 101000

Color Harmonies of #BA1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1335

Black with #BA1335

Text Example


Text Example

White with #BA1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1335; }

 p { color: rgb(186,19,53); }

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

background-color css

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

 a { background-color: rgb(186,19,53); }

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

border-color css

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

 span { border-color: rgb(186,19,53); }

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