Html Css Color HEX #BD273D Cardinal

📋 copy color: '#BD273D'

red 189 ◦ green 39 ◦ blue 61

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

Shades of Cardinal #BD273D

Tints of Cardinal #BD273D

RGB

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

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

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

R = 65.4%
G = 13.49%
B = 21.11%

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

#BD273D (or 0xBD273D) is known color: Cardinal. HEX triplet: BD, 27 and 3D. RGB value is (189,39,61). Sum of RGB (Red+Green+Blue) = 189+39+61=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD273D is #42D8C2. Grayscale: #565656. Windows color (decimal): -4380867 or 4007869. OLE color: 4007869.

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

Color convert

RGB 189 39 61 -
CMYK 0 0.79 0.68 0.26
HSL 351.2º 0.66% 0.45% -
HSV(B) 351.2º 0.79% 0.74% -
XYZ 22.55 12.61 5.66 -
YUV 86.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 189 39 61 0 0.79 0.68 0.26 351.2 0.66 0.45
Hex BD 27 3D 0 4F 44 1A 15F 42 2D
Octal 275 47 75 0 117 104 32 537 102 55
Binary 10111101 100111 111101 0 1001111 1000100 11010 101011111 1000010 101101

Color Harmonies of #BD273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD273D

Black with #BD273D

Text Example


Text Example

White with #BD273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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