Html Css Color HEX #BA1D28 Cardinal

📋 copy color: '#BA1D28'

red 186 ◦ green 29 ◦ blue 40

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

Shades of Cardinal #BA1D28

Tints of Cardinal #BA1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 72.94%
G = 11.37%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1D28 (or 0xBA1D28) is known color: Cardinal. HEX triplet: BA, 1D and 28. RGB value is (186,29,40). Sum of RGB (Red+Green+Blue) = 186+29+40=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D28 is #45E2D7. Grayscale: #4D4D4D. Windows color (decimal): -4580056 or 2629050. OLE color: 2629050.

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

Color convert

RGB 186 29 40 -
CMYK 0 0.84 0.78 0.27
HSL 355.8º 0.73% 0.42% -
HSV(B) 355.8º 0.84% 0.73% -
XYZ 21.07 11.47 3.11 -
YUV 77.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 186 29 40 0 0.84 0.78 0.27 355.8 0.73 0.42
Hex BA 1D 28 0 54 4E 1B 164 49 2A
Octal 272 35 50 0 124 116 33 544 111 52
Binary 10111010 11101 101000 0 1010100 1001110 11011 101100100 1001001 101010

Color Harmonies of #BA1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D28

Black with #BA1D28

Text Example


Text Example

White with #BA1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D28; }

 p { color: rgb(186,29,40); }

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

background-color css

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

 a { background-color: rgb(186,29,40); }

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

border-color css

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

 span { border-color: rgb(186,29,40); }

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