Html Css Color HEX #BD073E Cardinal

📋 copy color: '#BD073E'

red 189 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #BD073E

Tints of Cardinal #BD073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 73.26%
G = 2.71%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD073E (or 0xBD073E) is known color: Cardinal. HEX triplet: BD, 07 and 3E. RGB value is (189,7,62). Sum of RGB (Red+Green+Blue) = 189+7+62=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD073E is #42F8C1. Grayscale: #434343. Windows color (decimal): -4389058 or 4065213. OLE color: 4065213.

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

Color convert

RGB 189 7 62 -
CMYK 0 0.96 0.67 0.26
HSL 341.87º 0.93% 0.38% -
HSV(B) 341.87º 0.96% 0.74% -
XYZ 21.93 11.32 5.59 -
YUV 67.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 189 7 62 0 0.96 0.67 0.26 341.87 0.93 0.38
Hex BD 7 3E 0 60 43 1A 156 5D 26
Octal 275 7 76 0 140 103 32 526 135 46
Binary 10111101 111 111110 0 1100000 1000011 11010 101010110 1011101 100110

Color Harmonies of #BD073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD073E

Black with #BD073E

Text Example


Text Example

White with #BD073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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