Html Css Color HEX #BA1635 Cardinal

📋 copy color: '#BA1635'

red 186 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #BA1635

Tints of Cardinal #BA1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 71.26%
G = 8.43%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1635 (or 0xBA1635) is known color: Cardinal. HEX triplet: BA, 16 and 35. RGB value is (186,22,53). Sum of RGB (Red+Green+Blue) = 186+22+53=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1635 is #45E9CA. Grayscale: #4A4A4A. Windows color (decimal): -4581835 or 3479226. OLE color: 3479226.

HSL color Cylindrical-coordinate representation of color #BA1635: hue angle of 348.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1635 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 53 -
CMYK 0 0.88 0.72 0.27
HSL 348.66º 0.79% 0.41% -
HSV(B) 348.66º 0.88% 0.73% -
XYZ 21.18 11.27 4.43 -
YUV 74.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 186 22 53 0 0.88 0.72 0.27 348.66 0.79 0.41
Hex BA 16 35 0 58 48 1B 15D 4F 29
Octal 272 26 65 0 130 110 33 535 117 51
Binary 10111010 10110 110101 0 1011000 1001000 11011 101011101 1001111 101001

Color Harmonies of #BA1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1635

Black with #BA1635

Text Example


Text Example

White with #BA1635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1635; }

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

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

background-color css

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

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

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

border-color css

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

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

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