Html Css Color HEX #BD142B Cardinal

📋 copy color: '#BD142B'

red 189 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #BD142B

Tints of Cardinal #BD142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 75%
G = 7.94%
B = 17.06%

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

#BD142B (or 0xBD142B) is known color: Cardinal. HEX triplet: BD, 14 and 2B. RGB value is (189,20,43). Sum of RGB (Red+Green+Blue) = 189+20+43=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142B is #42EBD4. Grayscale: #494949. Windows color (decimal): -4385749 or 2823357. OLE color: 2823357.

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

Color convert

RGB 189 20 43 -
CMYK 0 0.89 0.77 0.26
HSL 351.83º 0.81% 0.41% -
HSV(B) 351.83º 0.89% 0.74% -
XYZ 21.67 11.49 3.36 -
YUV 73.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 189 20 43 0 0.89 0.77 0.26 351.83 0.81 0.41
Hex BD 14 2B 0 59 4D 1A 160 51 29
Octal 275 24 53 0 131 115 32 540 121 51
Binary 10111101 10100 101011 0 1011001 1001101 11010 101100000 1010001 101001

Color Harmonies of #BD142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD142B

Black with #BD142B

Text Example


Text Example

White with #BD142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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