Html Css Color HEX #BD103C Cardinal

📋 copy color: '#BD103C'

red 189 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #BD103C

Tints of Cardinal #BD103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 71.32%
G = 6.04%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD103C (or 0xBD103C) is known color: Cardinal. HEX triplet: BD, 10 and 3C. RGB value is (189,16,60). Sum of RGB (Red+Green+Blue) = 189+16+60=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD103C is #42EFC3. Grayscale: #484848. Windows color (decimal): -4386756 or 3936445. OLE color: 3936445.

HSL color Cylindrical-coordinate representation of color #BD103C: hue angle of 344.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD103C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 60 -
CMYK 0 0.92 0.68 0.26
HSL 344.74º 0.84% 0.4% -
HSV(B) 344.74º 0.92% 0.74% -
XYZ 21.99 11.52 5.34 -
YUV 72.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 189 16 60 0 0.92 0.68 0.26 344.74 0.84 0.4
Hex BD 10 3C 0 5C 44 1A 159 54 28
Octal 275 20 74 0 134 104 32 531 124 50
Binary 10111101 10000 111100 0 1011100 1000100 11010 101011001 1010100 101000

Color Harmonies of #BD103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD103C

Black with #BD103C

Text Example


Text Example

White with #BD103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD103C; }

 p { color: rgb(189,16,60); }

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

background-color css

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

 a { background-color: rgb(189,16,60); }

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

border-color css

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

 span { border-color: rgb(189,16,60); }

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