Html Css Color HEX #BA133E Cardinal

📋 copy color: '#BA133E'

red 186 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #BA133E

Tints of Cardinal #BA133E

RGB

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

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

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

R = 69.66%
G = 7.12%
B = 23.22%

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

#BA133E (or 0xBA133E) is known color: Cardinal. HEX triplet: BA, 13 and 3E. RGB value is (186,19,62). Sum of RGB (Red+Green+Blue) = 186+19+62=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA133E is #45ECC1. Grayscale: #494949. Windows color (decimal): -4582594 or 4068282. OLE color: 4068282.

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

Color convert

RGB 186 19 62 -
CMYK 0 0.90 0.67 0.27
HSL 344.55º 0.81% 0.4% -
HSV(B) 344.55º 0.9% 0.73% -
XYZ 21.35 11.25 5.6 -
YUV 73.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 186 19 62 0 0.90 0.67 0.27 344.55 0.81 0.4
Hex BA 13 3E 0 5A 43 1B 159 51 28
Octal 272 23 76 0 132 103 33 531 121 50
Binary 10111010 10011 111110 0 1011010 1000011 11011 101011001 1010001 101000

Color Harmonies of #BA133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA133E

Black with #BA133E

Text Example


Text Example

White with #BA133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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