Html Css Color HEX #BF242B Cardinal

📋 copy color: '#BF242B'

red 191 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #BF242B

Tints of Cardinal #BF242B

RGB

 RED value IS 191 (75% from 255) = 70.74%

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 70.74%
G = 13.33%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF242B (or 0xBF242B) is known color: Cardinal. HEX triplet: BF, 24 and 2B. RGB value is (191,36,43). Sum of RGB (Red+Green+Blue) = 191+36+43=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF242B is #40DBD4. Grayscale: #535353. Windows color (decimal): -4250581 or 2827455. OLE color: 2827455.

HSL color Cylindrical-coordinate representation of color #BF242B: hue angle of 357.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF242B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 43 -
CMYK 0 0.81 0.77 0.25
HSL 357.29º 0.68% 0.45% -
HSV(B) 357.29º 0.81% 0.75% -
XYZ 22.55 12.51 3.51 -
YUV 83.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 191 36 43 0 0.81 0.77 0.25 357.29 0.68 0.45
Hex BF 24 2B 0 51 4D 19 165 44 2D
Octal 277 44 53 0 121 115 31 545 104 55
Binary 10111111 100100 101011 0 1010001 1001101 11001 101100101 1000100 101101

Color Harmonies of #BF242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF242B

Black with #BF242B

Text Example


Text Example

White with #BF242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF242B; }

 p { color: rgb(191,36,43); }

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

background-color css

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

 a { background-color: rgb(191,36,43); }

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

border-color css

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

 span { border-color: rgb(191,36,43); }

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