Html Css Color HEX #BD1A48 Cardinal

📋 copy color: '#BD1A48'

red 189 ◦ green 26 ◦ blue 72

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

Shades of Cardinal #BD1A48

Tints of Cardinal #BD1A48

RGB

 RED value IS 189 (74.22% from 255) = 65.85%

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 65.85%
G = 9.06%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD1A48 (or 0xBD1A48) is known color: Cardinal. HEX triplet: BD, 1A and 48. RGB value is (189,26,72). Sum of RGB (Red+Green+Blue) = 189+26+72=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A48 is #42E5B7. Grayscale: #4F4F4F. Windows color (decimal): -4384184 or 4725437. OLE color: 4725437.

HSL color Cylindrical-coordinate representation of color #BD1A48: hue angle of 343.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A48 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 72 -
CMYK 0 0.86 0.62 0.26
HSL 343.07º 0.76% 0.42% -
HSV(B) 343.07º 0.86% 0.74% -
XYZ 22.53 12.03 7.26 -
YUV 79.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 189 26 72 0 0.86 0.62 0.26 343.07 0.76 0.42
Hex BD 1A 48 0 56 3E 1A 157 4C 2A
Octal 275 32 110 0 126 76 32 527 114 52
Binary 10111101 11010 1001000 0 1010110 111110 11010 101010111 1001100 101010

Color Harmonies of #BD1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A48

Black with #BD1A48

Text Example


Text Example

White with #BD1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A48; }

 p { color: rgb(189,26,72); }

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

background-color css

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

 a { background-color: rgb(189,26,72); }

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

border-color css

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

 span { border-color: rgb(189,26,72); }

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