Html Css Color HEX #BD262E Cardinal

📋 copy color: '#BD262E'

red 189 ◦ green 38 ◦ blue 46

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

Shades of Cardinal #BD262E

Tints of Cardinal #BD262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.92%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 69.23%
G = 13.92%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD262E (or 0xBD262E) is known color: Cardinal. HEX triplet: BD, 26 and 2E. RGB value is (189,38,46). Sum of RGB (Red+Green+Blue) = 189+38+46=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262E is #42D9D1. Grayscale: #545454. Windows color (decimal): -4381138 or 3024573. OLE color: 3024573.

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

Color convert

RGB 189 38 46 -
CMYK 0 0.80 0.76 0.26
HSL 356.82º 0.67% 0.45% -
HSV(B) 356.82º 0.8% 0.74% -
XYZ 22.17 12.4 3.81 -
YUV 84.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 189 38 46 0 0.80 0.76 0.26 356.82 0.67 0.45
Hex BD 26 2E 0 50 4C 1A 165 43 2D
Octal 275 46 56 0 120 114 32 545 103 55
Binary 10111101 100110 101110 0 1010000 1001100 11010 101100101 1000011 101101

Color Harmonies of #BD262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD262E

Black with #BD262E

Text Example


Text Example

White with #BD262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD262E; }

 p { color: rgb(189,38,46); }

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

background-color css

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

 a { background-color: rgb(189,38,46); }

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

border-color css

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

 span { border-color: rgb(189,38,46); }

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