Html Css Color HEX #BB2735 Cardinal

📋 copy color: '#BB2735'

red 187 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #BB2735

Tints of Cardinal #BB2735

RGB

 RED value IS 187 (73.44% from 255) = 67.03%

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

 BLUE value IS 53 (21.09% from 255) = 19%

R = 67.03%
G = 13.98%
B = 19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2735 (or 0xBB2735) is known color: Cardinal. HEX triplet: BB, 27 and 35. RGB value is (187,39,53). Sum of RGB (Red+Green+Blue) = 187+39+53=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2735 is #44D8CA. Grayscale: #545454. Windows color (decimal): -4511947 or 3483579. OLE color: 3483579.

HSL color Cylindrical-coordinate representation of color #BB2735: hue angle of 354.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2735 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 53 -
CMYK 0 0.79 0.72 0.27
HSL 354.32º 0.65% 0.44% -
HSV(B) 354.32º 0.79% 0.73% -
XYZ 21.86 12.27 4.58 -
YUV 84.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 187 39 53 0 0.79 0.72 0.27 354.32 0.65 0.44
Hex BB 27 35 0 4F 48 1B 162 41 2C
Octal 273 47 65 0 117 110 33 542 101 54
Binary 10111011 100111 110101 0 1001111 1001000 11011 101100010 1000001 101100

Color Harmonies of #BB2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2735

Black with #BB2735

Text Example


Text Example

White with #BB2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2735; }

 p { color: rgb(187,39,53); }

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

background-color css

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

 a { background-color: rgb(187,39,53); }

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

border-color css

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

 span { border-color: rgb(187,39,53); }

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