Html Css Color HEX #BD123C Cardinal

📋 copy color: '#BD123C'

red 189 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #BD123C

Tints of Cardinal #BD123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 70.79%
G = 6.74%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD123C (or 0xBD123C) is known color: Cardinal. HEX triplet: BD, 12 and 3C. RGB value is (189,18,60). Sum of RGB (Red+Green+Blue) = 189+18+60=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123C is #42EDC3. Grayscale: #494949. Windows color (decimal): -4386244 or 3936957. OLE color: 3936957.

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

Color convert

RGB 189 18 60 -
CMYK 0 0.90 0.68 0.26
HSL 345.26º 0.83% 0.41% -
HSV(B) 345.26º 0.9% 0.74% -
XYZ 22.02 11.58 5.35 -
YUV 73.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 189 18 60 0 0.90 0.68 0.26 345.26 0.83 0.41
Hex BD 12 3C 0 5A 44 1A 159 53 29
Octal 275 22 74 0 132 104 32 531 123 51
Binary 10111101 10010 111100 0 1011010 1000100 11010 101011001 1010011 101001

Color Harmonies of #BD123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD123C

Black with #BD123C

Text Example


Text Example

White with #BD123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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