Html Css Color HEX #BA1B3E Cardinal

📋 copy color: '#BA1B3E'

red 186 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #BA1B3E

Tints of Cardinal #BA1B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.82%

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

R = 67.64%
G = 9.82%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA1B3E (or 0xBA1B3E) is known color: Cardinal. HEX triplet: BA, 1B and 3E. RGB value is (186,27,62). Sum of RGB (Red+Green+Blue) = 186+27+62=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B3E is #45E4C1. Grayscale: #4E4E4E. Windows color (decimal): -4580546 or 4070330. OLE color: 4070330.

HSL color Cylindrical-coordinate representation of color #BA1B3E: hue angle of 346.79º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B3E is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 62 -
CMYK 0 0.85 0.67 0.27
HSL 346.79º 0.75% 0.42% -
HSV(B) 346.79º 0.85% 0.73% -
XYZ 21.51 11.57 5.66 -
YUV 78.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 186 27 62 0 0.85 0.67 0.27 346.79 0.75 0.42
Hex BA 1B 3E 0 55 43 1B 15B 4B 2A
Octal 272 33 76 0 125 103 33 533 113 52
Binary 10111010 11011 111110 0 1010101 1000011 11011 101011011 1001011 101010

Color Harmonies of #BA1B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B3E

Black with #BA1B3E

Text Example


Text Example

White with #BA1B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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