Html Css Color HEX #BA0035 Cardinal

📋 copy color: '#BA0035'

red 186 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #BA0035

Tints of Cardinal #BA0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.82%
G = 0%
B = 22.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0035 (or 0xBA0035) is known color: Cardinal. HEX triplet: BA, 00 and 35. RGB value is (186,0,53). Sum of RGB (Red+Green+Blue) = 186+0+53=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0035 is #45FFCA. Grayscale: #3D3D3D. Windows color (decimal): -4587467 or 3473594. OLE color: 3473594.

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

Color convert

RGB 186 0 53 -
CMYK 0 1 0.72 0.27
HSL 342.9º 1% 0.36% -
HSV(B) 342.9º 1% 0.73% -
XYZ 20.89 10.7 4.33 -
YUV 61.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 186 0 53 0 1 0.72 0.27 342.9 1 0.36
Hex BA 0 35 0 64 48 1B 157 64 24
Octal 272 0 65 0 144 110 33 527 144 44
Binary 10111010 0 110101 0 1100100 1001000 11011 101010111 1100100 100100

Color Harmonies of #BA0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0035

Black with #BA0035

Text Example


Text Example

White with #BA0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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