Html Css Color HEX #BA273B Cardinal

📋 copy color: '#BA273B'

red 186 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #BA273B

Tints of Cardinal #BA273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 65.49%
G = 13.73%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA273B (or 0xBA273B) is known color: Cardinal. HEX triplet: BA, 27 and 3B. RGB value is (186,39,59). Sum of RGB (Red+Green+Blue) = 186+39+59=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA273B is #45D8C4. Grayscale: #555555. Windows color (decimal): -4577477 or 3876794. OLE color: 3876794.

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

Color convert

RGB 186 39 59 -
CMYK 0 0.79 0.68 0.27
HSL 351.84º 0.65% 0.44% -
HSV(B) 351.84º 0.79% 0.73% -
XYZ 21.76 12.21 5.35 -
YUV 85.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 186 39 59 0 0.79 0.68 0.27 351.84 0.65 0.44
Hex BA 27 3B 0 4F 44 1B 160 41 2C
Octal 272 47 73 0 117 104 33 540 101 54
Binary 10111010 100111 111011 0 1001111 1000100 11011 101100000 1000001 101100

Color Harmonies of #BA273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA273B

Black with #BA273B

Text Example


Text Example

White with #BA273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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