Html Css Color HEX #BD252B Cardinal

📋 copy color: '#BD252B'

red 189 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #BD252B

Tints of Cardinal #BD252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 70.26%
G = 13.75%
B = 15.99%

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

#BD252B (or 0xBD252B) is known color: Cardinal. HEX triplet: BD, 25 and 2B. RGB value is (189,37,43). Sum of RGB (Red+Green+Blue) = 189+37+43=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD252B is #42DAD4. Grayscale: #535353. Windows color (decimal): -4381397 or 2827709. OLE color: 2827709.

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

Color convert

RGB 189 37 43 -
CMYK 0 0.80 0.77 0.26
HSL 357.63º 0.67% 0.44% -
HSV(B) 357.63º 0.8% 0.74% -
XYZ 22.08 12.32 3.5 -
YUV 83.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 189 37 43 0 0.80 0.77 0.26 357.63 0.67 0.44
Hex BD 25 2B 0 50 4D 1A 166 43 2C
Octal 275 45 53 0 120 115 32 546 103 54
Binary 10111101 100101 101011 0 1010000 1001101 11010 101100110 1000011 101100

Color Harmonies of #BD252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD252B

Black with #BD252B

Text Example


Text Example

White with #BD252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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