Html Css Color HEX #BD233C Cardinal

📋 copy color: '#BD233C'

red 189 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #BD233C

Tints of Cardinal #BD233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 66.55%
G = 12.32%
B = 21.13%

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

#BD233C (or 0xBD233C) is known color: Cardinal. HEX triplet: BD, 23 and 3C. RGB value is (189,35,60). Sum of RGB (Red+Green+Blue) = 189+35+60=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD233C is #42DCC3. Grayscale: #535353. Windows color (decimal): -4381892 or 3941309. OLE color: 3941309.

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

Color convert

RGB 189 35 60 -
CMYK 0 0.81 0.68 0.26
HSL 350.26º 0.69% 0.44% -
HSV(B) 350.26º 0.81% 0.74% -
XYZ 22.4 12.35 5.48 -
YUV 83.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 189 35 60 0 0.81 0.68 0.26 350.26 0.69 0.44
Hex BD 23 3C 0 51 44 1A 15E 45 2C
Octal 275 43 74 0 121 104 32 536 105 54
Binary 10111101 100011 111100 0 1010001 1000100 11010 101011110 1000101 101100

Color Harmonies of #BD233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD233C

Black with #BD233C

Text Example


Text Example

White with #BD233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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