Html Css Color HEX #BA033E Cardinal

📋 copy color: '#BA033E'

red 186 ◦ green 3 ◦ blue 62

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

Shades of Cardinal #BA033E

Tints of Cardinal #BA033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 74.1%
G = 1.2%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA033E (or 0xBA033E) is known color: Cardinal. HEX triplet: BA, 03 and 3E. RGB value is (186,3,62). Sum of RGB (Red+Green+Blue) = 186+3+62=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033E is #45FCC1. Grayscale: #404040. Windows color (decimal): -4586690 or 4064186. OLE color: 4064186.

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

Color convert

RGB 186 3 62 -
CMYK 0 0.98 0.67 0.27
HSL 340.66º 0.97% 0.37% -
HSV(B) 340.66º 0.98% 0.73% -
XYZ 21.15 10.85 5.54 -
YUV 64.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 186 3 62 0 0.98 0.67 0.27 340.66 0.97 0.37
Hex BA 3 3E 0 62 43 1B 155 61 25
Octal 272 3 76 0 142 103 33 525 141 45
Binary 10111010 11 111110 0 1100010 1000011 11011 101010101 1100001 100101

Color Harmonies of #BA033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA033E

Black with #BA033E

Text Example


Text Example

White with #BA033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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