Html Css Color HEX #BA2735 Cardinal

📋 copy color: '#BA2735'

red 186 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #BA2735

Tints of Cardinal #BA2735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 66.91%
G = 14.03%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2735 (or 0xBA2735) is known color: Cardinal. HEX triplet: BA, 27 and 35. RGB value is (186,39,53). Sum of RGB (Red+Green+Blue) = 186+39+53=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2735 is #45D8CA. Grayscale: #545454. Windows color (decimal): -4577483 or 3483578. OLE color: 3483578.

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

Color convert

RGB 186 39 53 -
CMYK 0 0.79 0.72 0.27
HSL 354.29º 0.65% 0.44% -
HSV(B) 354.29º 0.79% 0.73% -
XYZ 21.62 12.15 4.57 -
YUV 84.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 186 39 53 0 0.79 0.72 0.27 354.29 0.65 0.44
Hex BA 27 35 0 4F 48 1B 162 41 2C
Octal 272 47 65 0 117 110 33 542 101 54
Binary 10111010 100111 110101 0 1001111 1001000 11011 101100010 1000001 101100

Color Harmonies of #BA2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2735

Black with #BA2735

Text Example


Text Example

White with #BA2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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