Html Css Color HEX #BD232B Cardinal

📋 copy color: '#BD232B'

red 189 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #BD232B

Tints of Cardinal #BD232B

RGB

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

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

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

R = 70.79%
G = 13.11%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD232B (or 0xBD232B) is known color: Cardinal. HEX triplet: BD, 23 and 2B. RGB value is (189,35,43). Sum of RGB (Red+Green+Blue) = 189+35+43=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232B is #42DCD4. Grayscale: #525252. Windows color (decimal): -4381909 or 2827197. OLE color: 2827197.

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

Color convert

RGB 189 35 43 -
CMYK 0 0.81 0.77 0.26
HSL 356.88º 0.69% 0.44% -
HSV(B) 356.88º 0.81% 0.74% -
XYZ 22.02 12.2 3.48 -
YUV 81.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 189 35 43 0 0.81 0.77 0.26 356.88 0.69 0.44
Hex BD 23 2B 0 51 4D 1A 165 45 2C
Octal 275 43 53 0 121 115 32 545 105 54
Binary 10111101 100011 101011 0 1010001 1001101 11010 101100101 1000101 101100

Color Harmonies of #BD232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD232B

Black with #BD232B

Text Example


Text Example

White with #BD232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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