Html Css Color HEX #BA0632 Cardinal

📋 copy color: '#BA0632'

red 186 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #BA0632

Tints of Cardinal #BA0632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 76.86%
G = 2.48%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0632 (or 0xBA0632) is known color: Cardinal. HEX triplet: BA, 06 and 32. RGB value is (186,6,50). Sum of RGB (Red+Green+Blue) = 186+6+50=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0632 is #45F9CD. Grayscale: #404040. Windows color (decimal): -4585934 or 3278522. OLE color: 3278522.

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

Color convert

RGB 186 6 50 -
CMYK 0 0.97 0.73 0.27
HSL 345.33º 0.94% 0.38% -
HSV(B) 345.33º 0.97% 0.73% -
XYZ 20.89 10.8 4 -
YUV 64.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 186 6 50 0 0.97 0.73 0.27 345.33 0.94 0.38
Hex BA 6 32 0 61 49 1B 159 5E 26
Octal 272 6 62 0 141 111 33 531 136 46
Binary 10111010 110 110010 0 1100001 1001001 11011 101011001 1011110 100110

Color Harmonies of #BA0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0632

Black with #BA0632

Text Example


Text Example

White with #BA0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0632; }

 p { color: rgb(186,6,50); }

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

background-color css

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

 a { background-color: rgb(186,6,50); }

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

border-color css

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

 span { border-color: rgb(186,6,50); }

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