Html Css Color HEX #BD082C Cardinal

📋 copy color: '#BD082C'

red 189 ◦ green 8 ◦ blue 44

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

Shades of Cardinal #BD082C

Tints of Cardinal #BD082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 78.42%
G = 3.32%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD082C (or 0xBD082C) is known color: Cardinal. HEX triplet: BD, 08 and 2C. RGB value is (189,8,44). Sum of RGB (Red+Green+Blue) = 189+8+44=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082C is #42F7D3. Grayscale: #424242. Windows color (decimal): -4388820 or 2885821. OLE color: 2885821.

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

Color convert

RGB 189 8 44 -
CMYK 0 0.96 0.77 0.26
HSL 348.07º 0.92% 0.39% -
HSV(B) 348.07º 0.96% 0.74% -
XYZ 21.53 11.17 3.41 -
YUV 66.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 189 8 44 0 0.96 0.77 0.26 348.07 0.92 0.39
Hex BD 8 2C 0 60 4D 1A 15C 5C 27
Octal 275 10 54 0 140 115 32 534 134 47
Binary 10111101 1000 101100 0 1100000 1001101 11010 101011100 1011100 100111

Color Harmonies of #BD082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD082C

Black with #BD082C

Text Example


Text Example

White with #BD082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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