Html Css Color HEX #BA0038 Cardinal

📋 copy color: '#BA0038'

red 186 ◦ green 0 ◦ blue 56

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

Shades of Cardinal #BA0038

Tints of Cardinal #BA0038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 76.86%
G = 0%
B = 23.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0038 (or 0xBA0038) is known color: Cardinal. HEX triplet: BA, 00 and 38. RGB value is (186,0,56). Sum of RGB (Red+Green+Blue) = 186+0+56=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0038 is #45FFC7. Grayscale: #3D3D3D. Windows color (decimal): -4587464 or 3670202. OLE color: 3670202.

HSL color Cylindrical-coordinate representation of color #BA0038: hue angle of 341.94º 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 #BA0038 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 56 -
CMYK 0 1 0.70 0.27
HSL 341.94º 1% 0.36% -
HSV(B) 341.94º 1% 0.73% -
XYZ 20.96 10.72 4.71 -
YUV 62 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 186 0 56 0 1 0.70 0.27 341.94 1 0.36
Hex BA 0 38 0 64 46 1B 156 64 24
Octal 272 0 70 0 144 106 33 526 144 44
Binary 10111010 0 111000 0 1100100 1000110 11011 101010110 1100100 100100

Color Harmonies of #BA0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0038

Black with #BA0038

Text Example


Text Example

White with #BA0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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