Html Css Color HEX #BA0835 Cardinal

📋 copy color: '#BA0835'

red 186 ◦ green 8 ◦ blue 53

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

Shades of Cardinal #BA0835

Tints of Cardinal #BA0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 75.3%
G = 3.24%
B = 21.46%

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

#BA0835 (or 0xBA0835) is known color: Cardinal. HEX triplet: BA, 08 and 35. RGB value is (186,8,53). Sum of RGB (Red+Green+Blue) = 186+8+53=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0835 is #45F7CA. Grayscale: #424242. Windows color (decimal): -4585419 or 3475642. OLE color: 3475642.

HSL color Cylindrical-coordinate representation of color #BA0835: hue angle of 344.83º degrees, saturation: 0.92, 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 #BA0835 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 53 -
CMYK 0 0.96 0.72 0.27
HSL 344.83º 0.92% 0.38% -
HSV(B) 344.83º 0.96% 0.73% -
XYZ 20.98 10.87 4.36 -
YUV 66.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 186 8 53 0 0.96 0.72 0.27 344.83 0.92 0.38
Hex BA 8 35 0 60 48 1B 159 5C 26
Octal 272 10 65 0 140 110 33 531 134 46
Binary 10111010 1000 110101 0 1100000 1001000 11011 101011001 1011100 100110

Color Harmonies of #BA0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0835

Black with #BA0835

Text Example


Text Example

White with #BA0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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