Html Css Color HEX #BD033E Cardinal

📋 copy color: '#BD033E'

red 189 ◦ green 3 ◦ blue 62

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

Shades of Cardinal #BD033E

Tints of Cardinal #BD033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 74.41%
G = 1.18%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD033E (or 0xBD033E) is known color: Cardinal. HEX triplet: BD, 03 and 3E. RGB value is (189,3,62). Sum of RGB (Red+Green+Blue) = 189+3+62=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD033E is #42FCC1. Grayscale: #414141. Windows color (decimal): -4390082 or 4064189. OLE color: 4064189.

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

Color convert

RGB 189 3 62 -
CMYK 0 0.98 0.67 0.26
HSL 340.97º 0.97% 0.38% -
HSV(B) 340.97º 0.98% 0.74% -
XYZ 21.89 11.23 5.57 -
YUV 65.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 189 3 62 0 0.98 0.67 0.26 340.97 0.97 0.38
Hex BD 3 3E 0 62 43 1A 155 61 26
Octal 275 3 76 0 142 103 32 525 141 46
Binary 10111101 11 111110 0 1100010 1000011 11010 101010101 1100001 100110

Color Harmonies of #BD033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD033E

Black with #BD033E

Text Example


Text Example

White with #BD033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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