Html Css Color HEX #BD023B Cardinal

📋 copy color: '#BD023B'

red 189 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BD023B

Tints of Cardinal #BD023B

RGB

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

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

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

R = 75.6%
G = 0.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD023B (or 0xBD023B) is known color: Cardinal. HEX triplet: BD, 02 and 3B. RGB value is (189,2,59). Sum of RGB (Red+Green+Blue) = 189+2+59=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD023B is #42FDC4. Grayscale: #404040. Windows color (decimal): -4390341 or 3867325. OLE color: 3867325.

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

Color convert

RGB 189 2 59 -
CMYK 0 0.99 0.69 0.26
HSL 341.71º 0.98% 0.37% -
HSV(B) 341.71º 0.99% 0.74% -
XYZ 21.8 11.18 5.15 -
YUV 64.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 189 2 59 0 0.99 0.69 0.26 341.71 0.98 0.37
Hex BD 2 3B 0 63 45 1A 156 62 25
Octal 275 2 73 0 143 105 32 526 142 45
Binary 10111101 10 111011 0 1100011 1000101 11010 101010110 1100010 100101

Color Harmonies of #BD023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD023B

Black with #BD023B

Text Example


Text Example

White with #BD023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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