Html Css Color HEX #BD122A Cardinal

📋 copy color: '#BD122A'

red 189 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #BD122A

Tints of Cardinal #BD122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 75.9%
G = 7.23%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD122A (or 0xBD122A) is known color: Cardinal. HEX triplet: BD, 12 and 2A. RGB value is (189,18,42). Sum of RGB (Red+Green+Blue) = 189+18+42=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD122A is #42EDD5. Grayscale: #474747. Windows color (decimal): -4386262 or 2757309. OLE color: 2757309.

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

Color convert

RGB 189 18 42 -
CMYK 0 0.90 0.78 0.26
HSL 351.58º 0.83% 0.41% -
HSV(B) 351.58º 0.9% 0.74% -
XYZ 21.62 11.42 3.25 -
YUV 71.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 189 18 42 0 0.90 0.78 0.26 351.58 0.83 0.41
Hex BD 12 2A 0 5A 4E 1A 160 53 29
Octal 275 22 52 0 132 116 32 540 123 51
Binary 10111101 10010 101010 0 1011010 1001110 11010 101100000 1010011 101001

Color Harmonies of #BD122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD122A

Black with #BD122A

Text Example


Text Example

White with #BD122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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