Html Css Color HEX #BA272D Cardinal

📋 copy color: '#BA272D'

red 186 ◦ green 39 ◦ blue 45

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

Shades of Cardinal #BA272D

Tints of Cardinal #BA272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 68.89%
G = 14.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA272D (or 0xBA272D) is known color: Cardinal. HEX triplet: BA, 27 and 2D. RGB value is (186,39,45). Sum of RGB (Red+Green+Blue) = 186+39+45=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA272D is #45D8D2. Grayscale: #535353. Windows color (decimal): -4577491 or 2959290. OLE color: 2959290.

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

Color convert

RGB 186 39 45 -
CMYK 0 0.79 0.76 0.27
HSL 357.55º 0.65% 0.44% -
HSV(B) 357.55º 0.79% 0.73% -
XYZ 21.45 12.08 3.68 -
YUV 83.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 186 39 45 0 0.79 0.76 0.27 357.55 0.65 0.44
Hex BA 27 2D 0 4F 4C 1B 166 41 2C
Octal 272 47 55 0 117 114 33 546 101 54
Binary 10111010 100111 101101 0 1001111 1001100 11011 101100110 1000001 101100

Color Harmonies of #BA272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA272D

Black with #BA272D

Text Example


Text Example

White with #BA272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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