Html Css Color HEX #BD102C Cardinal

📋 copy color: '#BD102C'

red 189 ◦ green 16 ◦ blue 44

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

Shades of Cardinal #BD102C

Tints of Cardinal #BD102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 75.9%
G = 6.43%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD102C (or 0xBD102C) is known color: Cardinal. HEX triplet: BD, 10 and 2C. RGB value is (189,16,44). Sum of RGB (Red+Green+Blue) = 189+16+44=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD102C is #42EFD3. Grayscale: #464646. Windows color (decimal): -4386772 or 2887869. OLE color: 2887869.

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

Color convert

RGB 189 16 44 -
CMYK 0 0.92 0.77 0.26
HSL 350.29º 0.84% 0.4% -
HSV(B) 350.29º 0.92% 0.74% -
XYZ 21.63 11.37 3.44 -
YUV 70.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 189 16 44 0 0.92 0.77 0.26 350.29 0.84 0.4
Hex BD 10 2C 0 5C 4D 1A 15E 54 28
Octal 275 20 54 0 134 115 32 536 124 50
Binary 10111101 10000 101100 0 1011100 1001101 11010 101011110 1010100 101000

Color Harmonies of #BD102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD102C

Black with #BD102C

Text Example


Text Example

White with #BD102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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