Html Css Color HEX #BD123B Cardinal

📋 copy color: '#BD123B'

red 189 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #BD123B

Tints of Cardinal #BD123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 71.05%
G = 6.77%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD123B (or 0xBD123B) is known color: Cardinal. HEX triplet: BD, 12 and 3B. RGB value is (189,18,59). Sum of RGB (Red+Green+Blue) = 189+18+59=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123B is #42EDC4. Grayscale: #494949. Windows color (decimal): -4386245 or 3871421. OLE color: 3871421.

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

Color convert

RGB 189 18 59 -
CMYK 0 0.90 0.69 0.26
HSL 345.61º 0.83% 0.41% -
HSV(B) 345.61º 0.9% 0.74% -
XYZ 21.99 11.57 5.21 -
YUV 73.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 189 18 59 0 0.90 0.69 0.26 345.61 0.83 0.41
Hex BD 12 3B 0 5A 45 1A 15A 53 29
Octal 275 22 73 0 132 105 32 532 123 51
Binary 10111101 10010 111011 0 1011010 1000101 11010 101011010 1010011 101001

Color Harmonies of #BD123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD123B

Black with #BD123B

Text Example


Text Example

White with #BD123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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