Html Css Color HEX #BA2438 Cardinal

📋 copy color: '#BA2438'

red 186 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #BA2438

Tints of Cardinal #BA2438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 66.91%
G = 12.95%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2438 (or 0xBA2438) is known color: Cardinal. HEX triplet: BA, 24 and 38. RGB value is (186,36,56). Sum of RGB (Red+Green+Blue) = 186+36+56=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2438 is #45DBC7. Grayscale: #535353. Windows color (decimal): -4578248 or 3679418. OLE color: 3679418.

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

Color convert

RGB 186 36 56 -
CMYK 0 0.81 0.70 0.27
HSL 352º 0.68% 0.44% -
HSV(B) 352º 0.81% 0.73% -
XYZ 21.59 11.99 4.92 -
YUV 83.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 186 36 56 0 0.81 0.70 0.27 352 0.68 0.44
Hex BA 24 38 0 51 46 1B 160 44 2C
Octal 272 44 70 0 121 106 33 540 104 54
Binary 10111010 100100 111000 0 1010001 1000110 11011 101100000 1000100 101100

Color Harmonies of #BA2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2438

Black with #BA2438

Text Example


Text Example

White with #BA2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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