Html Css Color HEX #BA032F Cardinal

📋 copy color: '#BA032F'

red 186 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #BA032F

Tints of Cardinal #BA032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 78.81%
G = 1.27%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA032F (or 0xBA032F) is known color: Cardinal. HEX triplet: BA, 03 and 2F. RGB value is (186,3,47). Sum of RGB (Red+Green+Blue) = 186+3+47=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032F is #45FCD0. Grayscale: #3E3E3E. Windows color (decimal): -4586705 or 3081146. OLE color: 3081146.

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

Color convert

RGB 186 3 47 -
CMYK 0 0.98 0.75 0.27
HSL 345.57º 0.97% 0.37% -
HSV(B) 345.57º 0.98% 0.73% -
XYZ 20.8 10.71 3.66 -
YUV 62.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 186 3 47 0 0.98 0.75 0.27 345.57 0.97 0.37
Hex BA 3 2F 0 62 4B 1B 15A 61 25
Octal 272 3 57 0 142 113 33 532 141 45
Binary 10111010 11 101111 0 1100010 1001011 11011 101011010 1100001 100101

Color Harmonies of #BA032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA032F

Black with #BA032F

Text Example


Text Example

White with #BA032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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