Html Css Color HEX #BA263D Cardinal

📋 copy color: '#BA263D'

red 186 ◦ green 38 ◦ blue 61

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

Shades of Cardinal #BA263D

Tints of Cardinal #BA263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 65.26%
G = 13.33%
B = 21.4%

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

#BA263D (or 0xBA263D) is known color: Cardinal. HEX triplet: BA, 26 and 3D. RGB value is (186,38,61). Sum of RGB (Red+Green+Blue) = 186+38+61=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA263D is #45D9C2. Grayscale: #545454. Windows color (decimal): -4577731 or 4007610. OLE color: 4007610.

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

Color convert

RGB 186 38 61 -
CMYK 0 0.80 0.67 0.27
HSL 350.68º 0.66% 0.44% -
HSV(B) 350.68º 0.8% 0.73% -
XYZ 21.79 12.16 5.61 -
YUV 84.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 186 38 61 0 0.80 0.67 0.27 350.68 0.66 0.44
Hex BA 26 3D 0 50 43 1B 15F 42 2C
Octal 272 46 75 0 120 103 33 537 102 54
Binary 10111010 100110 111101 0 1010000 1000011 11011 101011111 1000010 101100

Color Harmonies of #BA263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA263D

Black with #BA263D

Text Example


Text Example

White with #BA263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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