Html Css Color HEX #BD1D32 Cardinal

📋 copy color: '#BD1D32'

red 189 ◦ green 29 ◦ blue 50

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

Shades of Cardinal #BD1D32

Tints of Cardinal #BD1D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 70.52%
G = 10.82%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD1D32 (or 0xBD1D32) is known color: Cardinal. HEX triplet: BD, 1D and 32. RGB value is (189,29,50). Sum of RGB (Red+Green+Blue) = 189+29+50=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D32 is #42E2CD. Grayscale: #4F4F4F. Windows color (decimal): -4383438 or 3284413. OLE color: 3284413.

HSL color Cylindrical-coordinate representation of color #BD1D32: hue angle of 352.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D32 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 50 -
CMYK 0 0.85 0.74 0.26
HSL 352.13º 0.73% 0.43% -
HSV(B) 352.13º 0.85% 0.74% -
XYZ 22 11.93 4.16 -
YUV 79.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 189 29 50 0 0.85 0.74 0.26 352.13 0.73 0.43
Hex BD 1D 32 0 55 4A 1A 160 49 2B
Octal 275 35 62 0 125 112 32 540 111 53
Binary 10111101 11101 110010 0 1010101 1001010 11010 101100000 1001001 101011

Color Harmonies of #BD1D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D32

Black with #BD1D32

Text Example


Text Example

White with #BD1D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D32; }

 p { color: rgb(189,29,50); }

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

background-color css

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

 a { background-color: rgb(189,29,50); }

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

border-color css

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

 span { border-color: rgb(189,29,50); }

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