Html Css Color HEX #BA273A Cardinal

📋 copy color: '#BA273A'

red 186 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #BA273A

Tints of Cardinal #BA273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 65.72%
G = 13.78%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA273A (or 0xBA273A) is known color: Cardinal. HEX triplet: BA, 27 and 3A. RGB value is (186,39,58). Sum of RGB (Red+Green+Blue) = 186+39+58=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA273A is #45D8C5. Grayscale: #555555. Windows color (decimal): -4577478 or 3811258. OLE color: 3811258.

HSL color Cylindrical-coordinate representation of color #BA273A: hue angle of 352.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA273A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 58 -
CMYK 0 0.79 0.69 0.27
HSL 352.24º 0.65% 0.44% -
HSV(B) 352.24º 0.79% 0.73% -
XYZ 21.74 12.2 5.21 -
YUV 85.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 186 39 58 0 0.79 0.69 0.27 352.24 0.65 0.44
Hex BA 27 3A 0 4F 45 1B 160 41 2C
Octal 272 47 72 0 117 105 33 540 101 54
Binary 10111010 100111 111010 0 1001111 1000101 11011 101100000 1000001 101100

Color Harmonies of #BA273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA273A

Black with #BA273A

Text Example


Text Example

White with #BA273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA273A; }

 p { color: rgb(186,39,58); }

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

background-color css

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

 a { background-color: rgb(186,39,58); }

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

border-color css

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

 span { border-color: rgb(186,39,58); }

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