Html Css Color HEX #BA253E Cardinal

📋 copy color: '#BA253E'

red 186 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #BA253E

Tints of Cardinal #BA253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 65.26%
G = 12.98%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA253E (or 0xBA253E) is known color: Cardinal. HEX triplet: BA, 25 and 3E. RGB value is (186,37,62). Sum of RGB (Red+Green+Blue) = 186+37+62=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA253E is #45DAC1. Grayscale: #545454. Windows color (decimal): -4577986 or 4072890. OLE color: 4072890.

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

Color convert

RGB 186 37 62 -
CMYK 0 0.80 0.67 0.27
HSL 349.93º 0.67% 0.44% -
HSV(B) 349.93º 0.8% 0.73% -
XYZ 21.78 12.11 5.75 -
YUV 84.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 186 37 62 0 0.80 0.67 0.27 349.93 0.67 0.44
Hex BA 25 3E 0 50 43 1B 15E 43 2C
Octal 272 45 76 0 120 103 33 536 103 54
Binary 10111010 100101 111110 0 1010000 1000011 11011 101011110 1000011 101100

Color Harmonies of #BA253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA253E

Black with #BA253E

Text Example


Text Example

White with #BA253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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