Html Css Color HEX #BD013E Cardinal

📋 copy color: '#BD013E'

red 189 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #BD013E

Tints of Cardinal #BD013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 75%
G = 0.4%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD013E (or 0xBD013E) is known color: Cardinal. HEX triplet: BD, 01 and 3E. RGB value is (189,1,62). Sum of RGB (Red+Green+Blue) = 189+1+62=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD013E is #42FEC1. Grayscale: #404040. Windows color (decimal): -4390594 or 4063677. OLE color: 4063677.

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

Color convert

RGB 189 1 62 -
CMYK 0 0.99 0.67 0.26
HSL 340.53º 0.99% 0.37% -
HSV(B) 340.53º 0.99% 0.74% -
XYZ 21.87 11.19 5.56 -
YUV 64.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 189 1 62 0 0.99 0.67 0.26 340.53 0.99 0.37
Hex BD 1 3E 0 63 43 1A 155 63 25
Octal 275 1 76 0 143 103 32 525 143 45
Binary 10111101 1 111110 0 1100011 1000011 11010 101010101 1100011 100101

Color Harmonies of #BD013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD013E

Black with #BD013E

Text Example


Text Example

White with #BD013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD013E; }

 p { color: rgb(189,1,62); }

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

background-color css

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

 a { background-color: rgb(189,1,62); }

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

border-color css

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

 span { border-color: rgb(189,1,62); }

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