Html Css Color HEX #BD093E Cardinal

📋 copy color: '#BD093E'

red 189 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #BD093E

Tints of Cardinal #BD093E

RGB

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

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

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

R = 72.69%
G = 3.46%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD093E (or 0xBD093E) is known color: Cardinal. HEX triplet: BD, 09 and 3E. RGB value is (189,9,62). Sum of RGB (Red+Green+Blue) = 189+9+62=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD093E is #42F6C1. Grayscale: #444444. Windows color (decimal): -4388546 or 4065725. OLE color: 4065725.

HSL color Cylindrical-coordinate representation of color #BD093E: hue angle of 342.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 #BD093E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 9 62 -
CMYK 0 0.95 0.67 0.26
HSL 342.33º 0.91% 0.39% -
HSV(B) 342.33º 0.95% 0.74% -
XYZ 21.95 11.36 5.59 -
YUV 68.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 189 9 62 0 0.95 0.67 0.26 342.33 0.91 0.39
Hex BD 9 3E 0 5F 43 1A 156 5B 27
Octal 275 11 76 0 137 103 32 526 133 47
Binary 10111101 1001 111110 0 1011111 1000011 11010 101010110 1011011 100111

Color Harmonies of #BD093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD093E

Black with #BD093E

Text Example


Text Example

White with #BD093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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