Html Css Color HEX #BA272F Cardinal

📋 copy color: '#BA272F'

red 186 ◦ green 39 ◦ blue 47

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

Shades of Cardinal #BA272F

Tints of Cardinal #BA272F

RGB

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

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

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

R = 68.38%
G = 14.34%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA272F (or 0xBA272F) is known color: Cardinal. HEX triplet: BA, 27 and 2F. RGB value is (186,39,47). Sum of RGB (Red+Green+Blue) = 186+39+47=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA272F is #45D8D0. Grayscale: #535353. Windows color (decimal): -4577489 or 3090362. OLE color: 3090362.

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

Color convert

RGB 186 39 47 -
CMYK 0 0.79 0.75 0.27
HSL 356.73º 0.65% 0.44% -
HSV(B) 356.73º 0.79% 0.73% -
XYZ 21.49 12.1 3.89 -
YUV 83.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 186 39 47 0 0.79 0.75 0.27 356.73 0.65 0.44
Hex BA 27 2F 0 4F 4B 1B 165 41 2C
Octal 272 47 57 0 117 113 33 545 101 54
Binary 10111010 100111 101111 0 1001111 1001011 11011 101100101 1000001 101100

Color Harmonies of #BA272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA272F

Black with #BA272F

Text Example


Text Example

White with #BA272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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