Html Css Color HEX #BA2337 Cardinal

📋 copy color: '#BA2337'

red 186 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #BA2337

Tints of Cardinal #BA2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 67.39%
G = 12.68%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2337 (or 0xBA2337) is known color: Cardinal. HEX triplet: BA, 23 and 37. RGB value is (186,35,55). Sum of RGB (Red+Green+Blue) = 186+35+55=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2337 is #45DCC8. Grayscale: #525252. Windows color (decimal): -4578505 or 3613626. OLE color: 3613626.

HSL color Cylindrical-coordinate representation of color #BA2337: hue angle of 352.05º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2337 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 55 -
CMYK 0 0.81 0.70 0.27
HSL 352.05º 0.68% 0.43% -
HSV(B) 352.05º 0.81% 0.73% -
XYZ 21.54 11.92 4.78 -
YUV 82.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 186 35 55 0 0.81 0.70 0.27 352.05 0.68 0.43
Hex BA 23 37 0 51 46 1B 160 44 2B
Octal 272 43 67 0 121 106 33 540 104 53
Binary 10111010 100011 110111 0 1010001 1000110 11011 101100000 1000100 101011

Color Harmonies of #BA2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2337

Black with #BA2337

Text Example


Text Example

White with #BA2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2337; }

 p { color: rgb(186,35,55); }

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

background-color css

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

 a { background-color: rgb(186,35,55); }

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

border-color css

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

 span { border-color: rgb(186,35,55); }

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