Html Css Color HEX #BD163E Cardinal

📋 copy color: '#BD163E'

red 189 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #BD163E

Tints of Cardinal #BD163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 69.23%
G = 8.06%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD163E (or 0xBD163E) is known color: Cardinal. HEX triplet: BD, 16 and 3E. RGB value is (189,22,62). Sum of RGB (Red+Green+Blue) = 189+22+62=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD163E is #42E9C1. Grayscale: #4C4C4C. Windows color (decimal): -4385218 or 4069053. OLE color: 4069053.

HSL color Cylindrical-coordinate representation of color #BD163E: hue angle of 345.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD163E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 62 -
CMYK 0 0.88 0.67 0.26
HSL 345.63º 0.79% 0.41% -
HSV(B) 345.63º 0.88% 0.74% -
XYZ 22.14 11.74 5.66 -
YUV 76.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 189 22 62 0 0.88 0.67 0.26 345.63 0.79 0.41
Hex BD 16 3E 0 58 43 1A 15A 4F 29
Octal 275 26 76 0 130 103 32 532 117 51
Binary 10111101 10110 111110 0 1011000 1000011 11010 101011010 1001111 101001

Color Harmonies of #BD163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD163E

Black with #BD163E

Text Example


Text Example

White with #BD163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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