Html Css Color HEX #BD183E Cardinal

📋 copy color: '#BD183E'

red 189 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #BD183E

Tints of Cardinal #BD183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 68.73%
G = 8.73%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD183E (or 0xBD183E) is known color: Cardinal. HEX triplet: BD, 18 and 3E. RGB value is (189,24,62). Sum of RGB (Red+Green+Blue) = 189+24+62=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD183E is #42E7C1. Grayscale: #4D4D4D. Windows color (decimal): -4384706 or 4069565. OLE color: 4069565.

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

Color convert

RGB 189 24 62 -
CMYK 0 0.87 0.67 0.26
HSL 346.18º 0.77% 0.42% -
HSV(B) 346.18º 0.87% 0.74% -
XYZ 22.18 11.82 5.67 -
YUV 77.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 189 24 62 0 0.87 0.67 0.26 346.18 0.77 0.42
Hex BD 18 3E 0 57 43 1A 15A 4D 2A
Octal 275 30 76 0 127 103 32 532 115 52
Binary 10111101 11000 111110 0 1010111 1000011 11010 101011010 1001101 101010

Color Harmonies of #BD183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD183E

Black with #BD183E

Text Example


Text Example

White with #BD183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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