Html Css Color HEX #BD032E Cardinal

📋 copy color: '#BD032E'

red 189 ◦ green 3 ◦ blue 46

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

Shades of Cardinal #BD032E

Tints of Cardinal #BD032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 79.41%
G = 1.26%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD032E (or 0xBD032E) is known color: Cardinal. HEX triplet: BD, 03 and 2E. RGB value is (189,3,46). Sum of RGB (Red+Green+Blue) = 189+3+46=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032E is #42FCD1. Grayscale: #3F3F3F. Windows color (decimal): -4390098 or 3015613. OLE color: 3015613.

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

Color convert

RGB 189 3 46 -
CMYK 0 0.98 0.76 0.26
HSL 346.13º 0.97% 0.38% -
HSV(B) 346.13º 0.98% 0.74% -
XYZ 21.51 11.08 3.59 -
YUV 63.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 189 3 46 0 0.98 0.76 0.26 346.13 0.97 0.38
Hex BD 3 2E 0 62 4C 1A 15A 61 26
Octal 275 3 56 0 142 114 32 532 141 46
Binary 10111101 11 101110 0 1100010 1001100 11010 101011010 1100001 100110

Color Harmonies of #BD032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD032E

Black with #BD032E

Text Example


Text Example

White with #BD032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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