Html Css Color HEX #BA022F Cardinal

📋 copy color: '#BA022F'

red 186 ◦ green 2 ◦ blue 47

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

Shades of Cardinal #BA022F

Tints of Cardinal #BA022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 79.15%
G = 0.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA022F (or 0xBA022F) is known color: Cardinal. HEX triplet: BA, 02 and 2F. RGB value is (186,2,47). Sum of RGB (Red+Green+Blue) = 186+2+47=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA022F is #45FDD0. Grayscale: #3E3E3E. Windows color (decimal): -4586961 or 3080890. OLE color: 3080890.

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

Color convert

RGB 186 2 47 -
CMYK 0 0.99 0.75 0.27
HSL 345.33º 0.98% 0.37% -
HSV(B) 345.33º 0.99% 0.73% -
XYZ 20.78 10.69 3.66 -
YUV 62.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 186 2 47 0 0.99 0.75 0.27 345.33 0.98 0.37
Hex BA 2 2F 0 63 4B 1B 159 62 25
Octal 272 2 57 0 143 113 33 531 142 45
Binary 10111010 10 101111 0 1100011 1001011 11011 101011001 1100010 100101

Color Harmonies of #BA022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA022F

Black with #BA022F

Text Example


Text Example

White with #BA022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA022F; }

 p { color: rgb(186,2,47); }

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

background-color css

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

 a { background-color: rgb(186,2,47); }

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

border-color css

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

 span { border-color: rgb(186,2,47); }

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