Html Css Color HEX #BD033D Cardinal

📋 copy color: '#BD033D'

red 189 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #BD033D

Tints of Cardinal #BD033D

RGB

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

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

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

R = 74.7%
G = 1.19%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD033D (or 0xBD033D) is known color: Cardinal. HEX triplet: BD, 03 and 3D. RGB value is (189,3,61). Sum of RGB (Red+Green+Blue) = 189+3+61=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD033D is #42FCC2. Grayscale: #414141. Windows color (decimal): -4390083 or 3998653. OLE color: 3998653.

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

Color convert

RGB 189 3 61 -
CMYK 0 0.98 0.68 0.26
HSL 341.29º 0.97% 0.38% -
HSV(B) 341.29º 0.98% 0.74% -
XYZ 21.86 11.22 5.43 -
YUV 65.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 189 3 61 0 0.98 0.68 0.26 341.29 0.97 0.38
Hex BD 3 3D 0 62 44 1A 155 61 26
Octal 275 3 75 0 142 104 32 525 141 46
Binary 10111101 11 111101 0 1100010 1000100 11010 101010101 1100001 100110

Color Harmonies of #BD033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD033D

Black with #BD033D

Text Example


Text Example

White with #BD033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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