Html Css Color HEX #BD233B Cardinal

📋 copy color: '#BD233B'

red 189 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #BD233B

Tints of Cardinal #BD233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 66.78%
G = 12.37%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD233B (or 0xBD233B) is known color: Cardinal. HEX triplet: BD, 23 and 3B. RGB value is (189,35,59). Sum of RGB (Red+Green+Blue) = 189+35+59=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD233B is #42DCC4. Grayscale: #535353. Windows color (decimal): -4381893 or 3875773. OLE color: 3875773.

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

Color convert

RGB 189 35 59 -
CMYK 0 0.81 0.69 0.26
HSL 350.65º 0.69% 0.44% -
HSV(B) 350.65º 0.81% 0.74% -
XYZ 22.38 12.34 5.34 -
YUV 83.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 189 35 59 0 0.81 0.69 0.26 350.65 0.69 0.44
Hex BD 23 3B 0 51 45 1A 15F 45 2C
Octal 275 43 73 0 121 105 32 537 105 54
Binary 10111101 100011 111011 0 1010001 1000101 11010 101011111 1000101 101100

Color Harmonies of #BD233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD233B

Black with #BD233B

Text Example


Text Example

White with #BD233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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