Html Css Color HEX #BD013D Cardinal

📋 copy color: '#BD013D'

red 189 ◦ green 1 ◦ blue 61

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

Shades of Cardinal #BD013D

Tints of Cardinal #BD013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 75.3%
G = 0.4%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD013D (or 0xBD013D) is known color: Cardinal. HEX triplet: BD, 01 and 3D. RGB value is (189,1,61). Sum of RGB (Red+Green+Blue) = 189+1+61=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD013D is #42FEC2. Grayscale: #404040. Windows color (decimal): -4390595 or 3998141. OLE color: 3998141.

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

Color convert

RGB 189 1 61 -
CMYK 0 0.99 0.68 0.26
HSL 340.85º 0.99% 0.37% -
HSV(B) 340.85º 0.99% 0.74% -
XYZ 21.84 11.18 5.42 -
YUV 64.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 189 1 61 0 0.99 0.68 0.26 340.85 0.99 0.37
Hex BD 1 3D 0 63 44 1A 155 63 25
Octal 275 1 75 0 143 104 32 525 143 45
Binary 10111101 1 111101 0 1100011 1000100 11010 101010101 1100011 100101

Color Harmonies of #BD013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD013D

Black with #BD013D

Text Example


Text Example

White with #BD013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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