Html Css Color HEX #BD233D Cardinal

📋 copy color: '#BD233D'

red 189 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #BD233D

Tints of Cardinal #BD233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 66.32%
G = 12.28%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD233D (or 0xBD233D) is known color: Cardinal. HEX triplet: BD, 23 and 3D. RGB value is (189,35,61). Sum of RGB (Red+Green+Blue) = 189+35+61=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD233D is #42DCC2. Grayscale: #545454. Windows color (decimal): -4381891 or 4006845. OLE color: 4006845.

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

Color convert

RGB 189 35 61 -
CMYK 0 0.81 0.68 0.26
HSL 349.87º 0.69% 0.44% -
HSV(B) 349.87º 0.81% 0.74% -
XYZ 22.43 12.36 5.62 -
YUV 84.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 189 35 61 0 0.81 0.68 0.26 349.87 0.69 0.44
Hex BD 23 3D 0 51 44 1A 15E 45 2C
Octal 275 43 75 0 121 104 32 536 105 54
Binary 10111101 100011 111101 0 1010001 1000100 11010 101011110 1000101 101100

Color Harmonies of #BD233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD233D

Black with #BD233D

Text Example


Text Example

White with #BD233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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