Html Css Color HEX #BD243B Cardinal

📋 copy color: '#BD243B'

red 189 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #BD243B

Tints of Cardinal #BD243B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 66.55%
G = 12.68%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD243B (or 0xBD243B) is known color: Cardinal. HEX triplet: BD, 24 and 3B. RGB value is (189,36,59). Sum of RGB (Red+Green+Blue) = 189+36+59=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243B is #42DBC4. Grayscale: #545454. Windows color (decimal): -4381637 or 3876029. OLE color: 3876029.

HSL color Cylindrical-coordinate representation of color #BD243B: hue angle of 350.98º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD243B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 59 -
CMYK 0 0.81 0.69 0.26
HSL 350.98º 0.68% 0.44% -
HSV(B) 350.98º 0.81% 0.74% -
XYZ 22.41 12.4 5.35 -
YUV 84.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 189 36 59 0 0.81 0.69 0.26 350.98 0.68 0.44
Hex BD 24 3B 0 51 45 1A 15F 44 2C
Octal 275 44 73 0 121 105 32 537 104 54
Binary 10111101 100100 111011 0 1010001 1000101 11010 101011111 1000100 101100

Color Harmonies of #BD243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD243B

Black with #BD243B

Text Example


Text Example

White with #BD243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD243B; }

 p { color: rgb(189,36,59); }

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

background-color css

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

 a { background-color: rgb(189,36,59); }

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

border-color css

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

 span { border-color: rgb(189,36,59); }

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