Html Css Color HEX #BD122C Cardinal

📋 copy color: '#BD122C'

red 189 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #BD122C

Tints of Cardinal #BD122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 75.3%
G = 7.17%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD122C (or 0xBD122C) is known color: Cardinal. HEX triplet: BD, 12 and 2C. RGB value is (189,18,44). Sum of RGB (Red+Green+Blue) = 189+18+44=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD122C is #42EDD3. Grayscale: #484848. Windows color (decimal): -4386260 or 2888381. OLE color: 2888381.

HSL color Cylindrical-coordinate representation of color #BD122C: hue angle of 350.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD122C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 44 -
CMYK 0 0.90 0.77 0.26
HSL 350.88º 0.83% 0.41% -
HSV(B) 350.88º 0.9% 0.74% -
XYZ 21.66 11.43 3.45 -
YUV 72.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 189 18 44 0 0.90 0.77 0.26 350.88 0.83 0.41
Hex BD 12 2C 0 5A 4D 1A 15F 53 29
Octal 275 22 54 0 132 115 32 537 123 51
Binary 10111101 10010 101100 0 1011010 1001101 11010 101011111 1010011 101001

Color Harmonies of #BD122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD122C

Black with #BD122C

Text Example


Text Example

White with #BD122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD122C; }

 p { color: rgb(189,18,44); }

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

background-color css

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

 a { background-color: rgb(189,18,44); }

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

border-color css

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

 span { border-color: rgb(189,18,44); }

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