Html Css Color HEX #BD163D Cardinal

📋 copy color: '#BD163D'

red 189 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #BD163D

Tints of Cardinal #BD163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 69.49%
G = 8.09%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD163D (or 0xBD163D) is known color: Cardinal. HEX triplet: BD, 16 and 3D. RGB value is (189,22,61). Sum of RGB (Red+Green+Blue) = 189+22+61=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD163D is #42E9C2. Grayscale: #4C4C4C. Windows color (decimal): -4385219 or 4003517. OLE color: 4003517.

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

Color convert

RGB 189 22 61 -
CMYK 0 0.88 0.68 0.26
HSL 345.99º 0.79% 0.41% -
HSV(B) 345.99º 0.88% 0.74% -
XYZ 22.12 11.73 5.51 -
YUV 76.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 189 22 61 0 0.88 0.68 0.26 345.99 0.79 0.41
Hex BD 16 3D 0 58 44 1A 15A 4F 29
Octal 275 26 75 0 130 104 32 532 117 51
Binary 10111101 10110 111101 0 1011000 1000100 11010 101011010 1001111 101001

Color Harmonies of #BD163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD163D

Black with #BD163D

Text Example


Text Example

White with #BD163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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