Html Css Color HEX #BD122E Cardinal

📋 copy color: '#BD122E'

red 189 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #BD122E

Tints of Cardinal #BD122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 74.7%
G = 7.11%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD122E (or 0xBD122E) is known color: Cardinal. HEX triplet: BD, 12 and 2E. RGB value is (189,18,46). Sum of RGB (Red+Green+Blue) = 189+18+46=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD122E is #42EDD1. Grayscale: #484848. Windows color (decimal): -4386258 or 3019453. OLE color: 3019453.

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

Color convert

RGB 189 18 46 -
CMYK 0 0.90 0.76 0.26
HSL 350.18º 0.83% 0.41% -
HSV(B) 350.18º 0.9% 0.74% -
XYZ 21.7 11.45 3.65 -
YUV 72.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 189 18 46 0 0.90 0.76 0.26 350.18 0.83 0.41
Hex BD 12 2E 0 5A 4C 1A 15E 53 29
Octal 275 22 56 0 132 114 32 536 123 51
Binary 10111101 10010 101110 0 1011010 1001100 11010 101011110 1010011 101001

Color Harmonies of #BD122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD122E

Black with #BD122E

Text Example


Text Example

White with #BD122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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