Html Css Color HEX #BD092C Cardinal

📋 copy color: '#BD092C'

red 189 ◦ green 9 ◦ blue 44

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

Shades of Cardinal #BD092C

Tints of Cardinal #BD092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 78.1%
G = 3.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD092C (or 0xBD092C) is known color: Cardinal. HEX triplet: BD, 09 and 2C. RGB value is (189,9,44). Sum of RGB (Red+Green+Blue) = 189+9+44=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092C is #42F6D3. Grayscale: #424242. Windows color (decimal): -4388564 or 2886077. OLE color: 2886077.

HSL color Cylindrical-coordinate representation of color #BD092C: hue angle of 348.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD092C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 9 44 -
CMYK 0 0.95 0.77 0.26
HSL 348.33º 0.91% 0.39% -
HSV(B) 348.33º 0.95% 0.74% -
XYZ 21.54 11.2 3.41 -
YUV 66.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 189 9 44 0 0.95 0.77 0.26 348.33 0.91 0.39
Hex BD 9 2C 0 5F 4D 1A 15C 5B 27
Octal 275 11 54 0 137 115 32 534 133 47
Binary 10111101 1001 101100 0 1011111 1001101 11010 101011100 1011011 100111

Color Harmonies of #BD092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD092C

Black with #BD092C

Text Example


Text Example

White with #BD092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD092C; }

 p { color: rgb(189,9,44); }

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

background-color css

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

 a { background-color: rgb(189,9,44); }

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

border-color css

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

 span { border-color: rgb(189,9,44); }

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