Html Css Color HEX #BA0735 Cardinal

📋 copy color: '#BA0735'

red 186 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #BA0735

Tints of Cardinal #BA0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 75.61%
G = 2.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0735 (or 0xBA0735) is known color: Cardinal. HEX triplet: BA, 07 and 35. RGB value is (186,7,53). Sum of RGB (Red+Green+Blue) = 186+7+53=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0735 is #45F8CA. Grayscale: #414141. Windows color (decimal): -4585675 or 3475386. OLE color: 3475386.

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

Color convert

RGB 186 7 53 -
CMYK 0 0.96 0.72 0.27
HSL 344.58º 0.93% 0.38% -
HSV(B) 344.58º 0.96% 0.73% -
XYZ 20.97 10.85 4.36 -
YUV 65.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 186 7 53 0 0.96 0.72 0.27 344.58 0.93 0.38
Hex BA 7 35 0 60 48 1B 159 5D 26
Octal 272 7 65 0 140 110 33 531 135 46
Binary 10111010 111 110101 0 1100000 1001000 11011 101011001 1011101 100110

Color Harmonies of #BA0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0735

Black with #BA0735

Text Example


Text Example

White with #BA0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0735; }

 p { color: rgb(186,7,53); }

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

background-color css

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

 a { background-color: rgb(186,7,53); }

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

border-color css

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

 span { border-color: rgb(186,7,53); }

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