Html Css Color HEX #BD273C Cardinal

📋 copy color: '#BD273C'

red 189 ◦ green 39 ◦ blue 60

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

Shades of Cardinal #BD273C

Tints of Cardinal #BD273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

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

R = 65.63%
G = 13.54%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD273C (or 0xBD273C) is known color: Cardinal. HEX triplet: BD, 27 and 3C. RGB value is (189,39,60). Sum of RGB (Red+Green+Blue) = 189+39+60=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD273C is #42D8C3. Grayscale: #565656. Windows color (decimal): -4380868 or 3942333. OLE color: 3942333.

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

Color convert

RGB 189 39 60 -
CMYK 0 0.79 0.68 0.26
HSL 351.6º 0.66% 0.45% -
HSV(B) 351.6º 0.79% 0.74% -
XYZ 22.53 12.6 5.52 -
YUV 86.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 189 39 60 0 0.79 0.68 0.26 351.6 0.66 0.45
Hex BD 27 3C 0 4F 44 1A 160 42 2D
Octal 275 47 74 0 117 104 32 540 102 55
Binary 10111101 100111 111100 0 1001111 1000100 11010 101100000 1000010 101101

Color Harmonies of #BD273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD273C

Black with #BD273C

Text Example


Text Example

White with #BD273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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