Html Css Color HEX #BD253B Cardinal

📋 copy color: '#BD253B'

red 189 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #BD253B

Tints of Cardinal #BD253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 66.32%
G = 12.98%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD253B (or 0xBD253B) is known color: Cardinal. HEX triplet: BD, 25 and 3B. RGB value is (189,37,59). Sum of RGB (Red+Green+Blue) = 189+37+59=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD253B is #42DAC4. Grayscale: #555555. Windows color (decimal): -4381381 or 3876285. OLE color: 3876285.

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

Color convert

RGB 189 37 59 -
CMYK 0 0.80 0.69 0.26
HSL 351.32º 0.67% 0.44% -
HSV(B) 351.32º 0.8% 0.74% -
XYZ 22.44 12.46 5.36 -
YUV 84.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 189 37 59 0 0.80 0.69 0.26 351.32 0.67 0.44
Hex BD 25 3B 0 50 45 1A 15F 43 2C
Octal 275 45 73 0 120 105 32 537 103 54
Binary 10111101 100101 111011 0 1010000 1000101 11010 101011111 1000011 101100

Color Harmonies of #BD253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD253B

Black with #BD253B

Text Example


Text Example

White with #BD253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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