Html Css Color HEX #BD142C Cardinal

📋 copy color: '#BD142C'

red 189 ◦ green 20 ◦ blue 44

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

Shades of Cardinal #BD142C

Tints of Cardinal #BD142C

RGB

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

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

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

R = 74.7%
G = 7.91%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD142C (or 0xBD142C) is known color: Cardinal. HEX triplet: BD, 14 and 2C. RGB value is (189,20,44). Sum of RGB (Red+Green+Blue) = 189+20+44=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142C is #42EBD3. Grayscale: #494949. Windows color (decimal): -4385748 or 2888893. OLE color: 2888893.

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

Color convert

RGB 189 20 44 -
CMYK 0 0.89 0.77 0.26
HSL 351.48º 0.81% 0.41% -
HSV(B) 351.48º 0.89% 0.74% -
XYZ 21.69 11.5 3.46 -
YUV 73.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 189 20 44 0 0.89 0.77 0.26 351.48 0.81 0.41
Hex BD 14 2C 0 59 4D 1A 15F 51 29
Octal 275 24 54 0 131 115 32 537 121 51
Binary 10111101 10100 101100 0 1011001 1001101 11010 101011111 1010001 101001

Color Harmonies of #BD142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD142C

Black with #BD142C

Text Example


Text Example

White with #BD142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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