Html Css Color HEX #BA2637 Cardinal

📋 copy color: '#BA2637'

red 186 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #BA2637

Tints of Cardinal #BA2637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 66.67%
G = 13.62%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2637 (or 0xBA2637) is known color: Cardinal. HEX triplet: BA, 26 and 37. RGB value is (186,38,55). Sum of RGB (Red+Green+Blue) = 186+38+55=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2637 is #45D9C8. Grayscale: #545454. Windows color (decimal): -4577737 or 3614394. OLE color: 3614394.

HSL color Cylindrical-coordinate representation of color #BA2637: hue angle of 353.11º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2637 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 55 -
CMYK 0 0.80 0.70 0.27
HSL 353.11º 0.66% 0.44% -
HSV(B) 353.11º 0.8% 0.73% -
XYZ 21.63 12.1 4.81 -
YUV 84.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 186 38 55 0 0.80 0.70 0.27 353.11 0.66 0.44
Hex BA 26 37 0 50 46 1B 161 42 2C
Octal 272 46 67 0 120 106 33 541 102 54
Binary 10111010 100110 110111 0 1010000 1000110 11011 101100001 1000010 101100

Color Harmonies of #BA2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2637

Black with #BA2637

Text Example


Text Example

White with #BA2637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2637; }

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

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

background-color css

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

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

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

border-color css

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

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

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