Html Css Color HEX #BD143D Cardinal

📋 copy color: '#BD143D'

red 189 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #BD143D

Tints of Cardinal #BD143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 70%
G = 7.41%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD143D (or 0xBD143D) is known color: Cardinal. HEX triplet: BD, 14 and 3D. RGB value is (189,20,61). Sum of RGB (Red+Green+Blue) = 189+20+61=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD143D is #42EBC2. Grayscale: #4B4B4B. Windows color (decimal): -4385731 or 4003005. OLE color: 4003005.

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

Color convert

RGB 189 20 61 -
CMYK 0 0.89 0.68 0.26
HSL 345.44º 0.81% 0.41% -
HSV(B) 345.44º 0.89% 0.74% -
XYZ 22.08 11.66 5.5 -
YUV 75.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 189 20 61 0 0.89 0.68 0.26 345.44 0.81 0.41
Hex BD 14 3D 0 59 44 1A 159 51 29
Octal 275 24 75 0 131 104 32 531 121 51
Binary 10111101 10100 111101 0 1011001 1000100 11010 101011001 1010001 101001

Color Harmonies of #BD143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD143D

Black with #BD143D

Text Example


Text Example

White with #BD143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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