Html Css Color HEX #BD062E Cardinal

📋 copy color: '#BD062E'

red 189 ◦ green 6 ◦ blue 46

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

Shades of Cardinal #BD062E

Tints of Cardinal #BD062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 78.42%
G = 2.49%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD062E (or 0xBD062E) is known color: Cardinal. HEX triplet: BD, 06 and 2E. RGB value is (189,6,46). Sum of RGB (Red+Green+Blue) = 189+6+46=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD062E is #42F9D1. Grayscale: #414141. Windows color (decimal): -4389330 or 3016381. OLE color: 3016381.

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

Color convert

RGB 189 6 46 -
CMYK 0 0.97 0.76 0.26
HSL 346.89º 0.94% 0.38% -
HSV(B) 346.89º 0.97% 0.74% -
XYZ 21.54 11.15 3.6 -
YUV 65.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 189 6 46 0 0.97 0.76 0.26 346.89 0.94 0.38
Hex BD 6 2E 0 61 4C 1A 15B 5E 26
Octal 275 6 56 0 141 114 32 533 136 46
Binary 10111101 110 101110 0 1100001 1001100 11010 101011011 1011110 100110

Color Harmonies of #BD062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD062E

Black with #BD062E

Text Example


Text Example

White with #BD062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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