Html Css Color HEX #BA0935 Cardinal

📋 copy color: '#BA0935'

red 186 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #BA0935

Tints of Cardinal #BA0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 75%
G = 3.63%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0935 (or 0xBA0935) is known color: Cardinal. HEX triplet: BA, 09 and 35. RGB value is (186,9,53). Sum of RGB (Red+Green+Blue) = 186+9+53=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0935 is #45F6CA. Grayscale: #424242. Windows color (decimal): -4585163 or 3475898. OLE color: 3475898.

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

Color convert

RGB 186 9 53 -
CMYK 0 0.95 0.72 0.27
HSL 345.08º 0.91% 0.38% -
HSV(B) 345.08º 0.95% 0.73% -
XYZ 20.99 10.89 4.36 -
YUV 66.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 186 9 53 0 0.95 0.72 0.27 345.08 0.91 0.38
Hex BA 9 35 0 5F 48 1B 159 5B 26
Octal 272 11 65 0 137 110 33 531 133 46
Binary 10111010 1001 110101 0 1011111 1001000 11011 101011001 1011011 100110

Color Harmonies of #BA0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0935

Black with #BA0935

Text Example


Text Example

White with #BA0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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