Html Css Color HEX #BD1A37 Cardinal

📋 copy color: '#BD1A37'

red 189 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #BD1A37

Tints of Cardinal #BD1A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 70%
G = 9.63%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD1A37 (or 0xBD1A37) is known color: Cardinal. HEX triplet: BD, 1A and 37. RGB value is (189,26,55). Sum of RGB (Red+Green+Blue) = 189+26+55=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A37 is #42E5C8. Grayscale: #4E4E4E. Windows color (decimal): -4384201 or 3611325. OLE color: 3611325.

HSL color Cylindrical-coordinate representation of color #BD1A37: hue angle of 349.33º 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 #BD1A37 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 55 -
CMYK 0 0.86 0.71 0.26
HSL 349.33º 0.76% 0.42% -
HSV(B) 349.33º 0.86% 0.74% -
XYZ 22.05 11.83 4.74 -
YUV 78.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 189 26 55 0 0.86 0.71 0.26 349.33 0.76 0.42
Hex BD 1A 37 0 56 47 1A 15D 4C 2A
Octal 275 32 67 0 126 107 32 535 114 52
Binary 10111101 11010 110111 0 1010110 1000111 11010 101011101 1001100 101010

Color Harmonies of #BD1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A37

Black with #BD1A37

Text Example


Text Example

White with #BD1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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