Html Css Color HEX #BA133B Cardinal

📋 copy color: '#BA133B'

red 186 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #BA133B

Tints of Cardinal #BA133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 70.45%
G = 7.2%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA133B (or 0xBA133B) is known color: Cardinal. HEX triplet: BA, 13 and 3B. RGB value is (186,19,59). Sum of RGB (Red+Green+Blue) = 186+19+59=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA133B is #45ECC4. Grayscale: #494949. Windows color (decimal): -4582597 or 3871674. OLE color: 3871674.

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

Color convert

RGB 186 19 59 -
CMYK 0 0.90 0.68 0.27
HSL 345.63º 0.81% 0.4% -
HSV(B) 345.63º 0.9% 0.73% -
XYZ 21.27 11.22 5.18 -
YUV 73.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 186 19 59 0 0.90 0.68 0.27 345.63 0.81 0.4
Hex BA 13 3B 0 5A 44 1B 15A 51 28
Octal 272 23 73 0 132 104 33 532 121 50
Binary 10111010 10011 111011 0 1011010 1000100 11011 101011010 1010001 101000

Color Harmonies of #BA133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA133B

Black with #BA133B

Text Example


Text Example

White with #BA133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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