Html Css Color HEX #BD223C Cardinal

📋 copy color: '#BD223C'

red 189 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #BD223C

Tints of Cardinal #BD223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 66.78%
G = 12.01%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD223C (or 0xBD223C) is known color: Cardinal. HEX triplet: BD, 22 and 3C. RGB value is (189,34,60). Sum of RGB (Red+Green+Blue) = 189+34+60=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD223C is #42DDC3. Grayscale: #535353. Windows color (decimal): -4382148 or 3941053. OLE color: 3941053.

HSL color Cylindrical-coordinate representation of color #BD223C: hue angle of 349.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD223C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 60 -
CMYK 0 0.82 0.68 0.26
HSL 349.94º 0.7% 0.44% -
HSV(B) 349.94º 0.82% 0.74% -
XYZ 22.37 12.29 5.47 -
YUV 83.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 189 34 60 0 0.82 0.68 0.26 349.94 0.7 0.44
Hex BD 22 3C 0 52 44 1A 15E 46 2C
Octal 275 42 74 0 122 104 32 536 106 54
Binary 10111101 100010 111100 0 1010010 1000100 11010 101011110 1000110 101100

Color Harmonies of #BD223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD223C

Black with #BD223C

Text Example


Text Example

White with #BD223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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