Html Css Color HEX #BD072D Cardinal

📋 copy color: '#BD072D'

red 189 ◦ green 7 ◦ blue 45

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

Shades of Cardinal #BD072D

Tints of Cardinal #BD072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 78.42%
G = 2.9%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD072D (or 0xBD072D) is known color: Cardinal. HEX triplet: BD, 07 and 2D. RGB value is (189,7,45). Sum of RGB (Red+Green+Blue) = 189+7+45=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD072D is #42F8D2. Grayscale: #414141. Windows color (decimal): -4389075 or 2951101. OLE color: 2951101.

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

Color convert

RGB 189 7 45 -
CMYK 0 0.96 0.76 0.26
HSL 347.47º 0.93% 0.38% -
HSV(B) 347.47º 0.96% 0.74% -
XYZ 21.54 11.16 3.5 -
YUV 65.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 189 7 45 0 0.96 0.76 0.26 347.47 0.93 0.38
Hex BD 7 2D 0 60 4C 1A 15B 5D 26
Octal 275 7 55 0 140 114 32 533 135 46
Binary 10111101 111 101101 0 1100000 1001100 11010 101011011 1011101 100110

Color Harmonies of #BD072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD072D

Black with #BD072D

Text Example


Text Example

White with #BD072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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