Html Css Color HEX #BA033F Cardinal

📋 copy color: '#BA033F'

red 186 ◦ green 3 ◦ blue 63

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

Shades of Cardinal #BA033F

Tints of Cardinal #BA033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 73.81%
G = 1.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA033F (or 0xBA033F) is known color: Cardinal. HEX triplet: BA, 03 and 3F. RGB value is (186,3,63). Sum of RGB (Red+Green+Blue) = 186+3+63=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033F is #45FCC0. Grayscale: #404040. Windows color (decimal): -4586689 or 4129722. OLE color: 4129722.

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

Color convert

RGB 186 3 63 -
CMYK 0 0.98 0.66 0.27
HSL 340.33º 0.97% 0.37% -
HSV(B) 340.33º 0.98% 0.73% -
XYZ 21.18 10.86 5.68 -
YUV 64.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 186 3 63 0 0.98 0.66 0.27 340.33 0.97 0.37
Hex BA 3 3F 0 62 42 1B 154 61 25
Octal 272 3 77 0 142 102 33 524 141 45
Binary 10111010 11 111111 0 1100010 1000010 11011 101010100 1100001 100101

Color Harmonies of #BA033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA033F

Black with #BA033F

Text Example


Text Example

White with #BA033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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