Html Css Color HEX #BA2428 Cardinal

📋 copy color: '#BA2428'

red 186 ◦ green 36 ◦ blue 40

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

Shades of Cardinal #BA2428

Tints of Cardinal #BA2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 70.99%
G = 13.74%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2428 (or 0xBA2428) is known color: Cardinal. HEX triplet: BA, 24 and 28. RGB value is (186,36,40). Sum of RGB (Red+Green+Blue) = 186+36+40=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2428 is #45DBD7. Grayscale: #515151. Windows color (decimal): -4578264 or 2630842. OLE color: 2630842.

HSL color Cylindrical-coordinate representation of color #BA2428: hue angle of 358.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2428 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 40 -
CMYK 0 0.81 0.78 0.27
HSL 358.4º 0.68% 0.44% -
HSV(B) 358.4º 0.81% 0.73% -
XYZ 21.26 11.85 3.17 -
YUV 81.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 186 36 40 0 0.81 0.78 0.27 358.4 0.68 0.44
Hex BA 24 28 0 51 4E 1B 166 44 2C
Octal 272 44 50 0 121 116 33 546 104 54
Binary 10111010 100100 101000 0 1010001 1001110 11011 101100110 1000100 101100

Color Harmonies of #BA2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2428

Black with #BA2428

Text Example


Text Example

White with #BA2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2428; }

 p { color: rgb(186,36,40); }

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

background-color css

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

 a { background-color: rgb(186,36,40); }

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

border-color css

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

 span { border-color: rgb(186,36,40); }

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