Html Css Color HEX #BA252F Cardinal

📋 copy color: '#BA252F'

red 186 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #BA252F

Tints of Cardinal #BA252F

RGB

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

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

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

R = 68.89%
G = 13.7%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA252F (or 0xBA252F) is known color: Cardinal. HEX triplet: BA, 25 and 2F. RGB value is (186,37,47). Sum of RGB (Red+Green+Blue) = 186+37+47=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA252F is #45DAD0. Grayscale: #525252. Windows color (decimal): -4578001 or 3089850. OLE color: 3089850.

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

Color convert

RGB 186 37 47 -
CMYK 0 0.80 0.75 0.27
HSL 355.97º 0.67% 0.44% -
HSV(B) 355.97º 0.8% 0.73% -
XYZ 21.42 11.97 3.87 -
YUV 82.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 186 37 47 0 0.80 0.75 0.27 355.97 0.67 0.44
Hex BA 25 2F 0 50 4B 1B 164 43 2C
Octal 272 45 57 0 120 113 33 544 103 54
Binary 10111010 100101 101111 0 1010000 1001011 11011 101100100 1000011 101100

Color Harmonies of #BA252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA252F

Black with #BA252F

Text Example


Text Example

White with #BA252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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