Html Css Color HEX #BD023D Cardinal

📋 copy color: '#BD023D'

red 189 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #BD023D

Tints of Cardinal #BD023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 75%
G = 0.79%
B = 24.21%

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

#BD023D (or 0xBD023D) is known color: Cardinal. HEX triplet: BD, 02 and 3D. RGB value is (189,2,61). Sum of RGB (Red+Green+Blue) = 189+2+61=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD023D is #42FDC2. Grayscale: #404040. Windows color (decimal): -4390339 or 3998397. OLE color: 3998397.

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

Color convert

RGB 189 2 61 -
CMYK 0 0.99 0.68 0.26
HSL 341.07º 0.98% 0.37% -
HSV(B) 341.07º 0.99% 0.74% -
XYZ 21.85 11.2 5.42 -
YUV 64.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 189 2 61 0 0.99 0.68 0.26 341.07 0.98 0.37
Hex BD 2 3D 0 63 44 1A 155 62 25
Octal 275 2 75 0 143 104 32 525 142 45
Binary 10111101 10 111101 0 1100011 1000100 11010 101010101 1100010 100101

Color Harmonies of #BD023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD023D

Black with #BD023D

Text Example


Text Example

White with #BD023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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