Html Css Color HEX #BA133D Cardinal

📋 copy color: '#BA133D'

red 186 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #BA133D

Tints of Cardinal #BA133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 69.92%
G = 7.14%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA133D (or 0xBA133D) is known color: Cardinal. HEX triplet: BA, 13 and 3D. RGB value is (186,19,61). Sum of RGB (Red+Green+Blue) = 186+19+61=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA133D is #45ECC2. Grayscale: #494949. Windows color (decimal): -4582595 or 4002746. OLE color: 4002746.

HSL color Cylindrical-coordinate representation of color #BA133D: hue angle of 344.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA133D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 61 -
CMYK 0 0.90 0.67 0.27
HSL 344.91º 0.81% 0.4% -
HSV(B) 344.91º 0.9% 0.73% -
XYZ 21.32 11.24 5.46 -
YUV 73.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 186 19 61 0 0.90 0.67 0.27 344.91 0.81 0.4
Hex BA 13 3D 0 5A 43 1B 159 51 28
Octal 272 23 75 0 132 103 33 531 121 50
Binary 10111010 10011 111101 0 1011010 1000011 11011 101011001 1010001 101000

Color Harmonies of #BA133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA133D

Black with #BA133D

Text Example


Text Example

White with #BA133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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