Html Css Color HEX #BA263E Cardinal

📋 copy color: '#BA263E'

red 186 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #BA263E

Tints of Cardinal #BA263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 65.03%
G = 13.29%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA263E (or 0xBA263E) is known color: Cardinal. HEX triplet: BA, 26 and 3E. RGB value is (186,38,62). Sum of RGB (Red+Green+Blue) = 186+38+62=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA263E is #45D9C1. Grayscale: #555555. Windows color (decimal): -4577730 or 4073146. OLE color: 4073146.

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

Color convert

RGB 186 38 62 -
CMYK 0 0.80 0.67 0.27
HSL 350.27º 0.66% 0.44% -
HSV(B) 350.27º 0.8% 0.73% -
XYZ 21.81 12.17 5.76 -
YUV 84.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 186 38 62 0 0.80 0.67 0.27 350.27 0.66 0.44
Hex BA 26 3E 0 50 43 1B 15E 42 2C
Octal 272 46 76 0 120 103 33 536 102 54
Binary 10111010 100110 111110 0 1010000 1000011 11011 101011110 1000010 101100

Color Harmonies of #BA263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA263E

Black with #BA263E

Text Example


Text Example

White with #BA263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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