Html Css Color HEX #BD013C Cardinal

📋 copy color: '#BD013C'

red 189 ◦ green 1 ◦ blue 60

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

Shades of Cardinal #BD013C

Tints of Cardinal #BD013C

RGB

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

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

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

R = 75.6%
G = 0.4%
B = 24%

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

#BD013C (or 0xBD013C) is known color: Cardinal. HEX triplet: BD, 01 and 3C. RGB value is (189,1,60). Sum of RGB (Red+Green+Blue) = 189+1+60=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD013C is #42FEC3. Grayscale: #3F3F3F. Windows color (decimal): -4390596 or 3932605. OLE color: 3932605.

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

Color convert

RGB 189 1 60 -
CMYK 0 0.99 0.68 0.26
HSL 341.17º 0.99% 0.37% -
HSV(B) 341.17º 0.99% 0.74% -
XYZ 21.81 11.17 5.28 -
YUV 63.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 189 1 60 0 0.99 0.68 0.26 341.17 0.99 0.37
Hex BD 1 3C 0 63 44 1A 155 63 25
Octal 275 1 74 0 143 104 32 525 143 45
Binary 10111101 1 111100 0 1100011 1000100 11010 101010101 1100011 100101

Color Harmonies of #BD013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD013C

Black with #BD013C

Text Example


Text Example

White with #BD013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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