Html Css Color HEX #BD134B Cardinal

📋 copy color: '#BD134B'

red 189 ◦ green 19 ◦ blue 75

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

Shades of Cardinal #BD134B

Tints of Cardinal #BD134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 66.78%
G = 6.71%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD134B (or 0xBD134B) is known color: Cardinal. HEX triplet: BD, 13 and 4B. RGB value is (189,19,75). Sum of RGB (Red+Green+Blue) = 189+19+75=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD134B is #42ECB4. Grayscale: #4C4C4C. Windows color (decimal): -4385973 or 4920253. OLE color: 4920253.

HSL color Cylindrical-coordinate representation of color #BD134B: hue angle of 340.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD134B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 75 -
CMYK 0 0.90 0.60 0.26
HSL 340.24º 0.82% 0.41% -
HSV(B) 340.24º 0.9% 0.74% -
XYZ 22.49 11.79 7.75 -
YUV 76.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 189 19 75 0 0.90 0.60 0.26 340.24 0.82 0.41
Hex BD 13 4B 0 5A 3C 1A 154 52 29
Octal 275 23 113 0 132 74 32 524 122 51
Binary 10111101 10011 1001011 0 1011010 111100 11010 101010100 1010010 101001

Color Harmonies of #BD134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD134B

Black with #BD134B

Text Example


Text Example

White with #BD134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD134B; }

 p { color: rgb(189,19,75); }

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

background-color css

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

 a { background-color: rgb(189,19,75); }

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

border-color css

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

 span { border-color: rgb(189,19,75); }

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