Html Css Color HEX #BA012F Cardinal

📋 copy color: '#BA012F'

red 186 ◦ green 1 ◦ blue 47

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

Shades of Cardinal #BA012F

Tints of Cardinal #BA012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 79.49%
G = 0.43%
B = 20.09%

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

#BA012F (or 0xBA012F) is known color: Cardinal. HEX triplet: BA, 01 and 2F. RGB value is (186,1,47). Sum of RGB (Red+Green+Blue) = 186+1+47=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012F is #45FED0. Grayscale: #3D3D3D. Windows color (decimal): -4587217 or 3080634. OLE color: 3080634.

HSL color Cylindrical-coordinate representation of color #BA012F: hue angle of 345.08º degrees, saturation: 0.99, 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 #BA012F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 47 -
CMYK 0 0.99 0.75 0.27
HSL 345.08º 0.99% 0.37% -
HSV(B) 345.08º 0.99% 0.73% -
XYZ 20.77 10.67 3.65 -
YUV 61.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 186 1 47 0 0.99 0.75 0.27 345.08 0.99 0.37
Hex BA 1 2F 0 63 4B 1B 159 63 25
Octal 272 1 57 0 143 113 33 531 143 45
Binary 10111010 1 101111 0 1100011 1001011 11011 101011001 1100011 100101

Color Harmonies of #BA012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA012F

Black with #BA012F

Text Example


Text Example

White with #BA012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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