Html Css Color HEX #BD232D Cardinal

📋 copy color: '#BD232D'

red 189 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #BD232D

Tints of Cardinal #BD232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 70.26%
G = 13.01%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD232D (or 0xBD232D) is known color: Cardinal. HEX triplet: BD, 23 and 2D. RGB value is (189,35,45). Sum of RGB (Red+Green+Blue) = 189+35+45=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232D is #42DCD2. Grayscale: #525252. Windows color (decimal): -4381907 or 2958269. OLE color: 2958269.

HSL color Cylindrical-coordinate representation of color #BD232D: hue angle of 356.1º degrees, saturation: 0.69, 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 #BD232D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 45 -
CMYK 0 0.81 0.76 0.26
HSL 356.1º 0.69% 0.44% -
HSV(B) 356.1º 0.81% 0.74% -
XYZ 22.06 12.21 3.68 -
YUV 82.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 189 35 45 0 0.81 0.76 0.26 356.1 0.69 0.44
Hex BD 23 2D 0 51 4C 1A 164 45 2C
Octal 275 43 55 0 121 114 32 544 105 54
Binary 10111101 100011 101101 0 1010001 1001100 11010 101100100 1000101 101100

Color Harmonies of #BD232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD232D

Black with #BD232D

Text Example


Text Example

White with #BD232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD232D; }

 p { color: rgb(189,35,45); }

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

background-color css

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

 a { background-color: rgb(189,35,45); }

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

border-color css

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

 span { border-color: rgb(189,35,45); }

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