Html Css Color HEX #BA0245 Cardinal

📋 copy color: '#BA0245'

red 186 ◦ green 2 ◦ blue 69

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

Shades of Cardinal #BA0245

Tints of Cardinal #BA0245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 69 (27.34% from 255) = 26.85%

R = 72.37%
G = 0.78%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0245 (or 0xBA0245) is known color: Cardinal. HEX triplet: BA, 02 and 45. RGB value is (186,2,69). Sum of RGB (Red+Green+Blue) = 186+2+69=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0245 is #45FDBA. Grayscale: #404040. Windows color (decimal): -4586939 or 4522682. OLE color: 4522682.

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

Color convert

RGB 186 2 69 -
CMYK 0 0.99 0.63 0.27
HSL 338.15º 0.98% 0.37% -
HSV(B) 338.15º 0.99% 0.73% -
XYZ 21.35 10.91 6.61 -
YUV 64.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 186 2 69 0 0.99 0.63 0.27 338.15 0.98 0.37
Hex BA 2 45 0 63 3F 1B 152 62 25
Octal 272 2 105 0 143 77 33 522 142 45
Binary 10111010 10 1000101 0 1100011 111111 11011 101010010 1100010 100101

Color Harmonies of #BA0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0245

Black with #BA0245

Text Example


Text Example

White with #BA0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0245; }

 p { color: rgb(186,2,69); }

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

background-color css

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

 a { background-color: rgb(186,2,69); }

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

border-color css

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

 span { border-color: rgb(186,2,69); }

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