Html Css Color HEX #BA1F3E Cardinal

📋 copy color: '#BA1F3E'

red 186 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #BA1F3E

Tints of Cardinal #BA1F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

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

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA1F3E (or 0xBA1F3E) is known color: Cardinal. HEX triplet: BA, 1F and 3E. RGB value is (186,31,62). Sum of RGB (Red+Green+Blue) = 186+31+62=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F3E is #45E0C1. Grayscale: #505050. Windows color (decimal): -4579522 or 4071354. OLE color: 4071354.

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

Color convert

RGB 186 31 62 -
CMYK 0 0.83 0.67 0.27
HSL 348º 0.71% 0.43% -
HSV(B) 348º 0.83% 0.73% -
XYZ 21.61 11.77 5.69 -
YUV 80.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 186 31 62 0 0.83 0.67 0.27 348 0.71 0.43
Hex BA 1F 3E 0 53 43 1B 15C 47 2B
Octal 272 37 76 0 123 103 33 534 107 53
Binary 10111010 11111 111110 0 1010011 1000011 11011 101011100 1000111 101011

Color Harmonies of #BA1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F3E

Black with #BA1F3E

Text Example


Text Example

White with #BA1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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