Html Css Color HEX #BA063E Cardinal

📋 copy color: '#BA063E'

red 186 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #BA063E

Tints of Cardinal #BA063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 73.23%
G = 2.36%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA063E (or 0xBA063E) is known color: Cardinal. HEX triplet: BA, 06 and 3E. RGB value is (186,6,62). Sum of RGB (Red+Green+Blue) = 186+6+62=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA063E is #45F9C1. Grayscale: #424242. Windows color (decimal): -4585922 or 4064954. OLE color: 4064954.

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

Color convert

RGB 186 6 62 -
CMYK 0 0.97 0.67 0.27
HSL 341.33º 0.94% 0.38% -
HSV(B) 341.33º 0.97% 0.73% -
XYZ 21.18 10.92 5.55 -
YUV 66.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 186 6 62 0 0.97 0.67 0.27 341.33 0.94 0.38
Hex BA 6 3E 0 61 43 1B 155 5E 26
Octal 272 6 76 0 141 103 33 525 136 46
Binary 10111010 110 111110 0 1100001 1000011 11011 101010101 1011110 100110

Color Harmonies of #BA063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA063E

Black with #BA063E

Text Example


Text Example

White with #BA063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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