Html Css Color HEX #BA242F Cardinal

📋 copy color: '#BA242F'

red 186 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #BA242F

Tints of Cardinal #BA242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 69.14%
G = 13.38%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA242F (or 0xBA242F) is known color: Cardinal. HEX triplet: BA, 24 and 2F. RGB value is (186,36,47). Sum of RGB (Red+Green+Blue) = 186+36+47=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242F is #45DBD0. Grayscale: #525252. Windows color (decimal): -4578257 or 3089594. OLE color: 3089594.

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

Color convert

RGB 186 36 47 -
CMYK 0 0.81 0.75 0.27
HSL 355.6º 0.68% 0.44% -
HSV(B) 355.6º 0.81% 0.73% -
XYZ 21.39 11.91 3.86 -
YUV 82.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 186 36 47 0 0.81 0.75 0.27 355.6 0.68 0.44
Hex BA 24 2F 0 51 4B 1B 164 44 2C
Octal 272 44 57 0 121 113 33 544 104 54
Binary 10111010 100100 101111 0 1010001 1001011 11011 101100100 1000100 101100

Color Harmonies of #BA242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA242F

Black with #BA242F

Text Example


Text Example

White with #BA242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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