Html Css Color HEX #BA242B Cardinal

📋 copy color: '#BA242B'

red 186 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #BA242B

Tints of Cardinal #BA242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 70.19%
G = 13.58%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA242B (or 0xBA242B) is known color: Cardinal. HEX triplet: BA, 24 and 2B. RGB value is (186,36,43). Sum of RGB (Red+Green+Blue) = 186+36+43=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242B is #45DBD4. Grayscale: #515151. Windows color (decimal): -4578261 or 2827450. OLE color: 2827450.

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

Color convert

RGB 186 36 43 -
CMYK 0 0.81 0.77 0.27
HSL 357.2º 0.68% 0.44% -
HSV(B) 357.2º 0.81% 0.73% -
XYZ 21.32 11.88 3.45 -
YUV 81.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 186 36 43 0 0.81 0.77 0.27 357.2 0.68 0.44
Hex BA 24 2B 0 51 4D 1B 165 44 2C
Octal 272 44 53 0 121 115 33 545 104 54
Binary 10111010 100100 101011 0 1010001 1001101 11011 101100101 1000100 101100

Color Harmonies of #BA242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA242B

Black with #BA242B

Text Example


Text Example

White with #BA242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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