Html Css Color HEX #BD033B Cardinal

📋 copy color: '#BD033B'

red 189 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #BD033B

Tints of Cardinal #BD033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 75.3%
G = 1.2%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD033B (or 0xBD033B) is known color: Cardinal. HEX triplet: BD, 03 and 3B. RGB value is (189,3,59). Sum of RGB (Red+Green+Blue) = 189+3+59=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD033B is #42FCC4. Grayscale: #404040. Windows color (decimal): -4390085 or 3867581. OLE color: 3867581.

HSL color Cylindrical-coordinate representation of color #BD033B: hue angle of 341.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD033B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 59 -
CMYK 0 0.98 0.69 0.26
HSL 341.94º 0.97% 0.38% -
HSV(B) 341.94º 0.98% 0.74% -
XYZ 21.81 11.2 5.15 -
YUV 65 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 189 3 59 0 0.98 0.69 0.26 341.94 0.97 0.38
Hex BD 3 3B 0 62 45 1A 156 61 26
Octal 275 3 73 0 142 105 32 526 141 46
Binary 10111101 11 111011 0 1100010 1000101 11010 101010110 1100001 100110

Color Harmonies of #BD033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD033B

Black with #BD033B

Text Example


Text Example

White with #BD033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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