Html Css Color HEX #BD182A Cardinal

📋 copy color: '#BD182A'

red 189 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #BD182A

Tints of Cardinal #BD182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 74.12%
G = 9.41%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD182A (or 0xBD182A) is known color: Cardinal. HEX triplet: BD, 18 and 2A. RGB value is (189,24,42). Sum of RGB (Red+Green+Blue) = 189+24+42=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD182A is #42E7D5. Grayscale: #4B4B4B. Windows color (decimal): -4384726 or 2758845. OLE color: 2758845.

HSL color Cylindrical-coordinate representation of color #BD182A: hue angle of 353.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD182A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 24 42 -
CMYK 0 0.87 0.78 0.26
HSL 353.45º 0.77% 0.42% -
HSV(B) 353.45º 0.87% 0.74% -
XYZ 21.73 11.64 3.29 -
YUV 75.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 189 24 42 0 0.87 0.78 0.26 353.45 0.77 0.42
Hex BD 18 2A 0 57 4E 1A 161 4D 2A
Octal 275 30 52 0 127 116 32 541 115 52
Binary 10111101 11000 101010 0 1010111 1001110 11010 101100001 1001101 101010

Color Harmonies of #BD182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD182A

Black with #BD182A

Text Example


Text Example

White with #BD182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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