Html Css Color HEX #BD142A Cardinal

📋 copy color: '#BD142A'

red 189 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #BD142A

Tints of Cardinal #BD142A

RGB

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

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

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

R = 75.3%
G = 7.97%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD142A (or 0xBD142A) is known color: Cardinal. HEX triplet: BD, 14 and 2A. RGB value is (189,20,42). Sum of RGB (Red+Green+Blue) = 189+20+42=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142A is #42EBD5. Grayscale: #494949. Windows color (decimal): -4385750 or 2757821. OLE color: 2757821.

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

Color convert

RGB 189 20 42 -
CMYK 0 0.89 0.78 0.26
HSL 352.19º 0.81% 0.41% -
HSV(B) 352.19º 0.89% 0.74% -
XYZ 21.65 11.49 3.27 -
YUV 73.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 189 20 42 0 0.89 0.78 0.26 352.19 0.81 0.41
Hex BD 14 2A 0 59 4E 1A 160 51 29
Octal 275 24 52 0 131 116 32 540 121 51
Binary 10111101 10100 101010 0 1011001 1001110 11010 101100000 1010001 101001

Color Harmonies of #BD142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD142A

Black with #BD142A

Text Example


Text Example

White with #BD142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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