Html Css Color HEX #BD183A Cardinal

📋 copy color: '#BD183A'

red 189 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #BD183A

Tints of Cardinal #BD183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 69.74%
G = 8.86%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD183A (or 0xBD183A) is known color: Cardinal. HEX triplet: BD, 18 and 3A. RGB value is (189,24,58). Sum of RGB (Red+Green+Blue) = 189+24+58=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD183A is #42E7C5. Grayscale: #4D4D4D. Windows color (decimal): -4384710 or 3807421. OLE color: 3807421.

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

Color convert

RGB 189 24 58 -
CMYK 0 0.87 0.69 0.26
HSL 347.64º 0.77% 0.42% -
HSV(B) 347.64º 0.87% 0.74% -
XYZ 22.08 11.78 5.11 -
YUV 77.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 189 24 58 0 0.87 0.69 0.26 347.64 0.77 0.42
Hex BD 18 3A 0 57 45 1A 15C 4D 2A
Octal 275 30 72 0 127 105 32 534 115 52
Binary 10111101 11000 111010 0 1010111 1000101 11010 101011100 1001101 101010

Color Harmonies of #BD183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD183A

Black with #BD183A

Text Example


Text Example

White with #BD183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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