Html Css Color HEX #BD142E Cardinal

📋 copy color: '#BD142E'

red 189 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #BD142E

Tints of Cardinal #BD142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 74.12%
G = 7.84%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD142E (or 0xBD142E) is known color: Cardinal. HEX triplet: BD, 14 and 2E. RGB value is (189,20,46). Sum of RGB (Red+Green+Blue) = 189+20+46=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142E is #42EBD1. Grayscale: #494949. Windows color (decimal): -4385746 or 3019965. OLE color: 3019965.

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

Color convert

RGB 189 20 46 -
CMYK 0 0.89 0.76 0.26
HSL 350.77º 0.81% 0.41% -
HSV(B) 350.77º 0.89% 0.74% -
XYZ 21.73 11.52 3.66 -
YUV 73.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 189 20 46 0 0.89 0.76 0.26 350.77 0.81 0.41
Hex BD 14 2E 0 59 4C 1A 15F 51 29
Octal 275 24 56 0 131 114 32 537 121 51
Binary 10111101 10100 101110 0 1011001 1001100 11010 101011111 1010001 101001

Color Harmonies of #BD142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD142E

Black with #BD142E

Text Example


Text Example

White with #BD142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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