Html Css Color HEX #BD252C Cardinal

📋 copy color: '#BD252C'

red 189 ◦ green 37 ◦ blue 44

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

Shades of Cardinal #BD252C

Tints of Cardinal #BD252C

RGB

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

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

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

R = 70%
G = 13.7%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD252C (or 0xBD252C) is known color: Cardinal. HEX triplet: BD, 25 and 2C. RGB value is (189,37,44). Sum of RGB (Red+Green+Blue) = 189+37+44=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD252C is #42DAD3. Grayscale: #535353. Windows color (decimal): -4381396 or 2893245. OLE color: 2893245.

HSL color Cylindrical-coordinate representation of color #BD252C: hue angle of 357.24º 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 #BD252C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 44 -
CMYK 0 0.80 0.77 0.26
HSL 357.24º 0.67% 0.44% -
HSV(B) 357.24º 0.8% 0.74% -
XYZ 22.1 12.32 3.6 -
YUV 83.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 189 37 44 0 0.80 0.77 0.26 357.24 0.67 0.44
Hex BD 25 2C 0 50 4D 1A 165 43 2C
Octal 275 45 54 0 120 115 32 545 103 54
Binary 10111101 100101 101100 0 1010000 1001101 11010 101100101 1000011 101100

Color Harmonies of #BD252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD252C

Black with #BD252C

Text Example


Text Example

White with #BD252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD252C; }

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

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

background-color css

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

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

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

border-color css

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

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

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