Html Css Color HEX #BA252A Cardinal

📋 copy color: '#BA252A'

red 186 ◦ green 37 ◦ blue 42

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

Shades of Cardinal #BA252A

Tints of Cardinal #BA252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 70.19%
G = 13.96%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA252A (or 0xBA252A) is known color: Cardinal. HEX triplet: BA, 25 and 2A. RGB value is (186,37,42). Sum of RGB (Red+Green+Blue) = 186+37+42=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA252A is #45DAD5. Grayscale: #525252. Windows color (decimal): -4578006 or 2762170. OLE color: 2762170.

HSL color Cylindrical-coordinate representation of color #BA252A: hue angle of 357.99º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA252A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 42 -
CMYK 0 0.80 0.77 0.27
HSL 357.99º 0.67% 0.44% -
HSV(B) 357.99º 0.8% 0.73% -
XYZ 21.33 11.93 3.37 -
YUV 82.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 186 37 42 0 0.80 0.77 0.27 357.99 0.67 0.44
Hex BA 25 2A 0 50 4D 1B 166 43 2C
Octal 272 45 52 0 120 115 33 546 103 54
Binary 10111010 100101 101010 0 1010000 1001101 11011 101100110 1000011 101100

Color Harmonies of #BA252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA252A

Black with #BA252A

Text Example


Text Example

White with #BA252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA252A; }

 p { color: rgb(186,37,42); }

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

background-color css

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

 a { background-color: rgb(186,37,42); }

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

border-color css

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

 span { border-color: rgb(186,37,42); }

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