Html Css Color HEX #BA1F3D Cardinal

📋 copy color: '#BA1F3D'

red 186 ◦ green 31 ◦ blue 61

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

Shades of Cardinal #BA1F3D

Tints of Cardinal #BA1F3D

RGB

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

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

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

R = 66.91%
G = 11.15%
B = 21.94%

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

#BA1F3D (or 0xBA1F3D) is known color: Cardinal. HEX triplet: BA, 1F and 3D. RGB value is (186,31,61). Sum of RGB (Red+Green+Blue) = 186+31+61=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F3D is #45E0C2. Grayscale: #505050. Windows color (decimal): -4579523 or 4005818. OLE color: 4005818.

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

Color convert

RGB 186 31 61 -
CMYK 0 0.83 0.67 0.27
HSL 348.39º 0.71% 0.43% -
HSV(B) 348.39º 0.83% 0.73% -
XYZ 21.58 11.76 5.55 -
YUV 80.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 186 31 61 0 0.83 0.67 0.27 348.39 0.71 0.43
Hex BA 1F 3D 0 53 43 1B 15C 47 2B
Octal 272 37 75 0 123 103 33 534 107 53
Binary 10111010 11111 111101 0 1010011 1000011 11011 101011100 1000111 101011

Color Harmonies of #BA1F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F3D

Black with #BA1F3D

Text Example


Text Example

White with #BA1F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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